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/web
config instead.
2.5.1
- Fixed: warns for
translateZ
function. - Fixed: improved warning text for functions and units.
2.5.0
- Added: warn when
!important
is used.
2.4.0
- Added: support for stylelint version 10.
- Added: warn for
@viewport
,@page
and@namespace
at-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
@charset
at-rule not being supported in React Native.
2.1.1
- Fixed: do not warn for
:root
pseudo selector (CSS variables).