Skip to content

Commit

Permalink
Merge pull request #147 from GavinJoyce/remove-tailwind-ui
Browse files Browse the repository at this point in the history
Remove @tailwindcss/ui
  • Loading branch information
NullVoxPopuli authored May 30, 2022
2 parents 125e684 + e5ec7dc commit 3aaf5ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@nullvoxpopuli/eslint-configs": "^1.5.1",
"@tailwindcss/ui": "^0.7.2",
"@testing-library/dom": "^8.1.0",
"@testing-library/user-event": "^13.1.9",
"@types/ember-qunit": "^3.4.14",
Expand Down
1 change: 0 additions & 1 deletion tests/dummy/config/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ module.exports = {
},
},
variants: {},
plugins: [require('@tailwindcss/ui')],
};

0 comments on commit 3aaf5ba

Please sign in to comment.