You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently stylelint-config-bitcrowd chokes when used on CSS modules.
More specifically, I'm currently using CSS modules (written in SCSS) that use the composes property.
The current workaround looks (somewhat) like this:
Currently
stylelint-config-bitcrowd
chokes when used on CSS modules.More specifically, I'm currently using CSS modules (written in SCSS) that use the
composes
property.The current workaround looks (somewhat) like this:
I've also taken
stylelint-config-css-modules
for a spin. However, that completely overrode the@function
,@if
… and other rules.The text was updated successfully, but these errors were encountered: