Skip to content

Commit

Permalink
Merge pull request #2174 from gluestack/fix/remove-safelisting-from-c…
Browse files Browse the repository at this point in the history
…onfig

fix: remove safelisting options from tailwind config file
  • Loading branch information
Viraj-10 authored May 21, 2024
2 parents d691cbd + 6a6e768 commit 74f67bd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions example/storybook-nativewind/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ module.exports = {
'./src/core-components/**/**/*.{html,js,jsx,ts,tsx}',
'./src/components/**/*.{html,js,jsx,ts,tsx,mdx}',
],
safelist: [
'gap-x-2',
'gap-y-6',
'pl-4',
'flex-wrap',
'mb-12',
'basis-[10%]',
{
pattern:
/bg-(primary|secondary|tertiary|error|success|warning|muted|info|typography|outline|background)-(0|50|100|200|300|400|500|600|700|800|900|950|light|dark|white|gray|black)/,
},
],
presets: [require('nativewind/preset')],
theme: {
extend: {
Expand Down

0 comments on commit 74f67bd

Please sign in to comment.