question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Postcss support with plugins

See original GitHub issue

It 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:open
  • Created 6 years ago
  • Reactions:4
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
chinchangcommented, Jul 15, 2017

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 😃

0reactions
chinchangcommented, Jul 15, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found