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.

postcss.config.js support

See original GitHub issue

First of all, what a wonderful tool you built there as Gatsby is really overkill with the project I’m working right now. Just curious, does Charge support using custom PostCSS config through postcss.config.js? I am trying to import Tailwind and other useful stuff into my project and can’t seem to find it at the docs at all. 😕

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
offsoundercommented, Sep 12, 2019

I believe you can still make use all of tailwind’s extra features without adding it into the postcss build process, although you would need to process your css with tailwind as an extra step before using charge.

@brandonweiss, would you consider adding support for css modules using postcss? It would be a nice alternative to using emotion for scoped styling.

0reactions
brandonweisscommented, Sep 12, 2019

@tonesetter Thanks! I’m glad you like it! ❤️

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 >
Advanced Features: Customizing PostCSS Config - Next.js
To customize the PostCSS configuration, create a postcss.config.json file in the root of your project. This is the default configuration used by Next.js:...
Read more >
What exactly are the rules for configuring postcss.config.js ...
I do use postcss 8.3.9! This all happens in a project that was setup with vue-cli as a Vue2 project. Which witch craft...
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
In the root directory of your project, create a file and name it postcss.config.js. ... Inside the plugins array, we add our plugins....
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