postcss / postcss-cli

CLI for postcss
Other
840 stars 93 forks source link

Option to run postcss-cli without changing the classes (just add prefixes) #240

Closed rodoabad closed 6 years ago

rodoabad commented 6 years ago

Is there an option to disable replacing the current classes associated in a CSS file?

For context: https://github.com/postcss/autoprefixer/issues/1113

RyanZim commented 6 years ago

I'm not understanding the issue here; postcss-cli doesn't do anything to your CSS, only plugins you add modify your CSS.

rodoabad commented 6 years ago

Hmm, when I try to run postcss on the command line, it prepends [LIGHTBULB] OH. It's because I did not disabled CSS modules on the already concatenated dist file.

@RyanZim

rodoabad commented 6 years ago

I'll close this in a bit. Allow me to chew on this.