Questions tagged [postcss-cli]
18 questions
0
votes
1 answer
Local @import does not result in text substitution
I've followed this video and chrissainty/ondotnet-tailwindcss to configure Tailwind with the JIT and I'm pretty happy!
However, I wanted to take advantage of postcss-import to include multiple css files. Here's what my app.css looks like:
@import…

Mitkins
- 4,031
- 3
- 40
- 77
0
votes
1 answer
Not able to install postcss-plugin in node app
I'm trying to use css-declaration-sorter but cant get it to install. I have tried installing both postcss-cli and running npx both globally and locally and keep getting error "Plugin Error: Cannot find module 'css-declaration-sorter'.
Here is a…

Alan
- 1,067
- 1
- 23
- 37
-1
votes
1 answer
internalBinding('errors').triggerUncaughtException( ^ Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'postcss'
Scss Postcss issues
Hi found an issue with the postcss compilation error whereby the devdepencies compute the prefix output of the perfix.css as below:
internal/process/esm_loader.js:74
internalBinding('errors').triggerUncaughtException(
^Error…

marvin Kurland
- 1
- 4