Skip to content

Commit d529f88

Browse files
committed
etc: remove safelist
1 parent 594a61f commit d529f88

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tailwind.config.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ import plugin from "tailwindcss/plugin";
77
export default {
88
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
99
darkMode: ["class", "[data-theme='dark']"],
10-
//safelist: [
11-
// {
12-
// pattern: /grid-(cols|rows)-./,
13-
// variants: ["lg", "md"],
14-
// },
15-
//],
10+
1611
theme: {
1712
gridTemplateAreas: {
1813
mobile: ["header header header", "main main main", "main main main"],

0 commit comments

Comments
 (0)