Skip to content

Commit 1f7bc03

Browse files
committed
removed safelist replaced with obewds.tw.config.json in tw config
1 parent fea5f4e commit 1f7bc03

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

tailwind.config.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ module.exports = {
77
"./index.html",
88
"./src/**/*.{vue,js,ts,jsx,tsx}",
99
// PROVIDES TAILWIND OBE:WDS DEFAULT DESIGN SYSTEM CLASSES
10-
"./node_modules/@obewds/obewds-tw-config/dist/*.js",
11-
],
12-
13-
safelist: [
14-
// Include to ensure TW can parse all app config default classes
15-
JSON.stringify(require('./obewds.tw.config.json'), null, 0),
10+
"./node_modules/@obewds/**/dist/*.js",
11+
// PROVIDES TAILWIND OBE:WDS APP DESIGN SYSTEM CLASSES
12+
"./obewds.tw.config.json"
1613
],
1714

1815
// theme: {

0 commit comments

Comments
 (0)