Skip to content

Commit

Permalink
chore: update sefelist
Browse files Browse the repository at this point in the history
  • Loading branch information
pregno committed Sep 30, 2024
1 parent 25ae02c commit e4f4cfa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/html/ds/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ const config: Config = {
theme: createTheme(),
plugins: [],
safelist: [
// { pattern: /text-./ },
// { pattern: /border-./ },
// { pattern: /./ },
{ pattern: /layout-./ },
{ pattern: /grid-./ },
{ pattern: /col-./ },
{ pattern: /row-./ },
{ pattern: /gap-./ },
],
};

Expand Down

0 comments on commit e4f4cfa

Please sign in to comment.