Skip to content

Commit 934c0fc

Browse files
committed
Remove @tailwindcss/ui
1 parent 1aba675 commit 934c0fc

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"@glimmer/component": "^1.0.4",
5656
"@glimmer/tracking": "^1.0.4",
5757
"@nullvoxpopuli/eslint-configs": "^1.5.1",
58-
"@tailwindcss/ui": "^0.7.2",
5958
"@testing-library/dom": "^8.1.0",
6059
"@testing-library/user-event": "^13.1.9",
6160
"@types/ember-qunit": "^3.4.14",

tests/dummy/config/tailwind.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ module.exports = {
2525
},
2626
},
2727
variants: {},
28-
plugins: [require('@tailwindcss/ui')],
2928
};

0 commit comments

Comments
 (0)