Skip to content

Commit

Permalink
Merge pull request #24 from sankichi92/add-prefix-to-css-layers
Browse files Browse the repository at this point in the history
Add `satmap-` prefix to CSS layers
  • Loading branch information
sankichi92 authored Feb 3, 2025
2 parents 0dfcc00 + 4d6b0dc commit d6812af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@layer theme, base, components, utilities;
@import "tailwindcss/theme.css" layer(theme) prefix(satmap);
@import "tailwindcss/utilities.css" layer(utilities) prefix(satmap);
@layer satmap-theme, satmap-utilities;
@import "tailwindcss/theme.css" layer(satmap-theme) prefix(satmap);
@import "tailwindcss/utilities.css" layer(satmap-utilities) prefix(satmap);

0 comments on commit d6812af

Please sign in to comment.