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
I'm trying a lo-code approach where i don't set up a subtheme, or fork the active (Kadence) theme. Can this plugin be configured to compile outside of theme and still compile and queue correctly? If so, where is best?
Many thanks!
The text was updated successfully, but these errors were encountered:
Timoti
changed the title
Can WP-SCSS be used indepdent of theme
Can WP-SCSS be used independent of theme
Apr 19, 2020
I think you can. You can just create the scss and css directories wherever you want (and make them writable). For example if you put them at /wp-content/scss and /wp-content/css your WP-SCSS path settings should be /../../scss/ and /../../css/. Then just enable automatic enqueueing and it should work. WP-SCSS looks for the paths in /wp-content/themes/yourtheme so adding../../ makes it look for them two directories up (in wp-content)
@Timoti Please take a look at the new PR #160 which gives three location for the base dir to be set. You can also use @richrd's comment to work around it.
I'm trying a lo-code approach where i don't set up a subtheme, or fork the active (Kadence) theme. Can this plugin be configured to compile outside of theme and still compile and queue correctly? If so, where is best?
Many thanks!
The text was updated successfully, but these errors were encountered: