We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aba675 commit 934c0fcCopy full SHA for 934c0fc
package.json
@@ -55,7 +55,6 @@
55
"@glimmer/component": "^1.0.4",
56
"@glimmer/tracking": "^1.0.4",
57
"@nullvoxpopuli/eslint-configs": "^1.5.1",
58
- "@tailwindcss/ui": "^0.7.2",
59
"@testing-library/dom": "^8.1.0",
60
"@testing-library/user-event": "^13.1.9",
61
"@types/ember-qunit": "^3.4.14",
tests/dummy/config/tailwind.config.js
@@ -25,5 +25,4 @@ module.exports = {
25
},
26
27
variants: {},
28
- plugins: [require('@tailwindcss/ui')],
29
};
0 commit comments