Consider adding postcss-autoreset
See original GitHub issueIt would be nice to get postcss-autoreset on Components files by default. See this gist for a sample config.
Internally the preprocessor should somehow pass this plugin only on components i.e. files that contain a @define
directive.
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
postcss-autoreset - npm
PostCSS plugin for partial styles reset. ... Start using postcss-autoreset in your project by running `npm i postcss-autoreset`.
Read more >PostCSS plugin for automatic rules isolation - GitHub
PostCSS plugin for automatic conditional rules reset. Useful for creation of bullet-proof styles isolation in your extension. Can be used in combination with ......
Read more >How do I use PostCSS Auto Reset? - Stack Overflow
The mentioned postcss-autoreset plugin basically just adds the all: initial; property to selectors, which might already have some styles.
Read more >postcss-autoreset - npm Package Health Analysis - Snyk
An important project maintenance signal to consider for postcss-autoreset is that it hasn't seen any new versions released to npm in the past...
Read more >postcss@8.2.15 | Deno
This API can then be used by plugins to do a lot of useful things, e.g., to find errors automatically, or to insert...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Done in #53
Unblocked 🎉