Add Postcss support with plugins
See original GitHub issueIt would be awesome to have the Postcss transpiler with the ability to use plugins with @use postcss-cssnext
, like in Codepen.
Check this example: https://codepen.io/equinusocio/pen/jymEgr
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:9 (5 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 >What is PostCSS? How to Use Plugins to Automate CSS Tasks
One of the basic and most important plugins to use is postcss-import. It lets us import CSS files into other files. To check...
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 >Advanced Features: Customizing PostCSS Config - Next.js
Extend the PostCSS config and plugins added by Next.js with your own. ... Next.js compiles CSS for its built-in CSS support using PostCSS....
Read more >Custom PostCSS Plugins - CodeKit
Create a file named postcss.config.js in your project's root folder. (It MUST be named exactly that and it MUST be in the root...
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
Was exploring more and it seems PostCSS can be run inside browser -> https://github.com/postcss/postcss#browser
I’ll work a POC soon and if all goes well, you’ll soon see PostCSS inside Web Maker 😃
That I can comment on only after trying it out. Will have to see how it is going to work out. Will share details here.