You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that the tachyons build process supports additional postcss plugins (tachyons-css/tachyons-build-css#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-color-function": {}
}
The text was updated successfully, but these errors were encountered:
Now that the tachyons build process supports additional postcss plugins (tachyons-css/tachyons-build-css#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:The text was updated successfully, but these errors were encountered: