Closed nezed closed 8 years ago
:+1: Thanks @nezed !
Would you mind adding a section to the README on this before it gets merged in? (Can just copy the usage description you already put above)
@anandthakker sure, but can't decide where the best place in README for it… Maybe in the end of "API Details"?
Eh, good point, the readme doesn't have a good place for it.. . Yeah, end of "API Details" is probably fine.
@anandthakker done
Awesome, thanks @nezed
Thanks you too @anandthakker
Is there any chance we can get a release for these changes? Thanks in advance!
Released as v2.3.0
Legend! :100: Thanks! :smile: :tada:
Implement
doiuse-disable
anddoiuse-enable
comments in css for ignoring rules per specific files and be more friendly to progressive enhancement Like aistanbul ignore next
,eslint-disable [rule]
, …Comment-rules usage:
/* doiuse-disable */
Disables all features checks
/* doiuse-disable flexbox, transforms3d */
Disables flexbox checks
/* doiuse-enable */
Enables all feature checks
/* doiuse-enable flexbox */
Enables flexbox checks
To be discussed:
Applying rules from file to
@import
ed bypostcss-import
files (now it applies)