Open meghna opened 7 years ago
Now that the tachyons build process supports additional postcss plugins (https://github.com/tachyons-css/tachyons-build-css/pull/9), I was wondering if it makes sense for the client to support it in it's interface.
The user would supply a json file via a new flag (--postcss-plugins maybe?) that would include a list of additional postcss plugins and their options. It would look like this:
--postcss-plugins
{ "postcss-color-function": {} }
Now that the tachyons build process supports additional postcss plugins (https://github.com/tachyons-css/tachyons-build-css/pull/9), I was wondering if it makes sense for the client to support it in it's interface.
The user would supply a json file via a new flag (
--postcss-plugins
maybe?) that would include a list of additional postcss plugins and their options. It would look like this: