8000 Usage with TailwindCSS · codex-team editor.js · Discussion #1910 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Usage with TailwindCSS #1910

Unanswered
afiqiqmal asked this question in Q&A
Oct 29, 2021 · 8 comments · 6 replies
Discussion options

You must be logged in to vote

Replies: 8 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@volagold
Comment options

@Anderssxn
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@binhkid2
Comment options

@dtoro-dev
Comment options

Comment options

You must be logged in to vote
1 reply
@collimarco
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@collimarco
Comment options

Comment options

From tailwind documentation https://tailwindcss.com/docs/preflight#disabling-preflight

Instead of

@import "tailwindcss";

make

@layer theme, base, components, utilities; @import "tailwindcss/theme.css" layer(theme); @import "tailwindcss/utilities.css" layer(utilities);

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
Converted from issue

This discussion was converted from issue #1802 on January 17, 2022 18:04.

0