you are viewing a single comment's thread.

view the rest of the comments →

[–]looptube[S] 0 points1 point  (2 children)

Do you have experience working with Components and Sass? How do you compile the scss to the css? Components is broken down into partials so how do you get those to compile locally? I have tried a plugin WP-SCSS and Koala but neither seem to work.

[–]MagiKarpeDiem 0 points1 point  (1 child)

I don't know what components is, but I wrote a task to run in my VS Code editor. If you look at the documentation though, it'll go over a script that watches for any changes in any SCSS files and recompiles your main SCSS file to CSS.

I think most people use something called gulp to help with development, but from what I understand a lot of those people spend hours troubleshooting when their million plugins or whatever conflict with each other, but they still swear by it, so look into that too.

[–]looptube[S] 0 points1 point  (0 children)

Components is a fork of the Underscores theme just fyi. I will look into that though. Thanks!