Replies: 1 comment
-
never mind; looks like I need postcss-cli. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a makefile which expects a binary or script named 'postcss'. As far as I can tell, nothing in this project compiles to produce a binary or script. Other web pages online say postcss is "a Node.js tool" or "an API". What IS postcss when you use it? Is it a library, a command-line tool, a browser plug-in, a set of Javascript modules, or what? If it's a plugin, what is it plugged into? How can I get or build the executable that my Makefile needs to run postcss?
Beta Was this translation helpful? Give feedback.
All reactions