Is is possible to exclude the base layer? #17063
-
See title. I only want the utility classes but not the html element style overrides. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
As per the documentation:
|
Beta Was this translation helpful? Give feedback.
-
I want to remove the base layer with the CDN. Is that possible? <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<style type="text/tailwindcss">
@layer theme, base, components, utilities;
@import "tailwindcss/theme.css" layer(theme);
@import "tailwindcss/utilities.css" layer(utilities);
</style>
|
Beta Was this translation helpful? Give feedback.
As per the documentation: