Skip to content

Commit

Permalink
chore: install tailwind-container-queries
Browse files Browse the repository at this point in the history
  • Loading branch information
danmaninc committed Feb 12, 2024
1 parent 1e0e17d commit e81363c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@headlessui/react": "^1.7.17",
"@iconify/json": "^2.2.157",
"@iconify/tailwind": "^0.1.4",
"@tailwindcss/container-queries": "^0.1.1",
"@tanstack/react-query": "^5.13.4",
"@types/node": "20.10.4",
"@types/react": "18.2.45",
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ module.exports = {
plugins: [
// Iconify plugin
addDynamicIconSelectors(),
require('@tailwindcss/container-queries'),
],
};

0 comments on commit e81363c

Please sign in to comment.