-
Notifications
You must be signed in to change notification settings - Fork 363
Add PostCSS to slate.config.js #540
Comments
I am using PostCSS in the webpack build. I can make it configurable via |
Sorry to be a bother - any update on this? @t-kelly you'd mentioned that your'e using PostCSS in the webpack build - can you explain a little more on how that works? I saw your comment about slate.config.js and webpack configs here so I wasn't sure if that's where I should start or not. I'm also wanting to use Tailwind for a rebuild for a site; it'd make my life so much easier for keeping my WordPress and shopify themes in sync. |
+1 -- looking to add some CSS Grid support in IE11 and add some PostCSS plugins to the build. |
I don't think that it quite fits with this issue but i've implemented PostCSS using slate.config.js here: #670 It does basically replace Sass with PostCSS so it's not really using PostCSS in addition to Sass but i thought it may be helpful. |
I'm sure there's more to it than what i've done here but i've started a PR that could get a decent initial version of this going: #683 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Is there any documentation for adding a PostCSS plugin in the build process? I'd like to use Tailwind CSS.
The text was updated successfully, but these errors were encountered: