Support for post-css plugins?
See original GitHub issueHiya,
From looking at the source, I saw that postcss
is used internally, but it’s not possible to use any of the available plugins with sheetify. Instead, there is a separate plugin mechanism implemented.
Would it be possible to also allow postcss plugins?
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
postcss/postcss: Transforming styles with JS plugins - GitHub
PostCSS is a tool for transforming styles with JS plugins. These plugins can lint your CSS, support variables and mixins, transpile future CSS...
Read more >PostCSS - a tool for transforming CSS with JavaScript
Transform CSS with the power of JavaScript. Auto-prefixing, future CSS syntaxes, modules, linting and more are possible with hundreds of PostCSS plugins.
Read more >What is PostCSS? How to Use Plugins to Automate CSS Tasks
PostCSS is a Node.js tool that transforms your styles using JavaScript plugins. It generates more downloads per week on NPM than other CSS ......
Read more >PostCSS - IntelliJ IDEs Plugin - JetBrains Marketplace
The IDE now recognises .pcss files. You can also enable PostCSS support for your .css files in Preferences | Languages & Frameworks |...
Read more >Advanced Features: Customizing PostCSS Config - Next.js
js' CSS Module support here. Customizing Plugins. Warning: When you define a custom PostCSS configuration file, Next ...
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
hey @mantoni, you might be interested in
sheetify-postcss
. 🐱Post css plugins definately work with sheetify-postcss (besides some edge cases that could be fixed) so this can be closed.