reactioncommerce / reaction-cli

A command line tool for working with Reaction Commerce.
33 stars 20 forks source link

Install styles from plugins #19

Closed mikemurray closed 7 years ago

mikemurray commented 7 years ago

To be able to gain the benefits from the autoprefixer and other postcss plugins, styles cannot be imported into the index.js files in their plugins.

Say we have LESS / CSS files in a plugin: /imports/plugins/.../client/index.less /imports/plugins/.../client/index.css

And that gets imported to a LESS / CSS file in the app-root/client directory and picked up by the normal Meteor built tool. /client/theme.less /client/theme.css

brent-hoover commented 7 years ago

Completed