CSS doesn't compile in subfolders of theme #198
Unanswered
MCoreServices
asked this question in
Q&A
Replies: 1 comment
-
Your config looks good. Maybe this is caching related? If you haven't already, you might try and set your environment type to development in define('WP_ENVIRONMENT_TYPE', 'development'); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
This is my first time developing with Tailpress and I'm loving it so far. I'm currently building a WooCommerce-project and I noticed that CSS doesn't compile when adding classes to the Woocommerce templates. As you can see in this screenshot, I'm trying to display a grid with 4 columns, but to no avail.
My folder structure: https://capture.dropbox.com/AouZkiGn0NpYEFSa
Snippet from tailwind.config.js (I added the WooCommerce-folder as a last try):
Nothing seems to work to make it compile properly. Do any of you have some input for me please?
Beta Was this translation helpful? Give feedback.
All reactions