Releases: kristerkari/stylelint-config-react-native-css-modules
Releases · kristerkari/stylelint-config-react-native-css-modules
3.3.0
3.2.0
- Added: support for stylelint versions 13.7, 14, and 15.
3.1.0
- Added: support for stylelint versions 11, 12 and 13.
3.0.0
- Added: separate configs for React Native and React Native + Web.
- Breaking: the default config is now native-only. If you want to share the styles between React Native and Web, extend the
stylelint-config-react-native-css-modules/webconfig instead.
2.5.1
- Fixed: warns for
translateZfunction. - Fixed: improved warning text for functions and units.
2.5.0
- Added: warn when
!importantis used.
2.4.0
- Added: support for stylelint version 10.
- Added: warn for
@viewport,@pageand@namespaceat-rules.
2.3.0
- Added: blacklist CSS functions that are not supported by properties that are supported by React Native CSS modules.
2.2.0
- Added: warning for
@charsetat-rule not being supported in React Native.
2.1.1
- Fixed: do not warn for
:rootpseudo selector (CSS variables).