Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: tailwind compiled string path #770

Merged
merged 1 commit into from
Sep 30, 2022
Merged

Conversation

cossssmin
Copy link
Member

@cossssmin cossssmin commented Sep 30, 2022

This PR fixes an issue where providing a pre-compiled CSS string in order to skip Tailwind CSS compilation was not working because we were checking for it in the wrong place.

You may now do this in your Maizzle config.js if you want to skip Tailwind CSS compilation:

module.exports = {
  build: {
    tailwind: {
      compiled: '',
    }
  }
}

@cossssmin cossssmin merged commit c43d1e5 into master Sep 30, 2022
@cossssmin cossssmin deleted the fix-tailwind-compiled-path branch September 30, 2022 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant