Skip to content

Commit

Permalink
Update Tailwind to support container queries
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Aug 10, 2023
1 parent a1d9d32 commit 66963fe
Show file tree
Hide file tree
Showing 4 changed files with 25,404 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/container-queries": "^0.1.1",
"lodash": "^4.17.21",
"microbundle": "^0.14.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.32.5",
"tailwindcss": "^3.0.15"
"tailwindcss": "^3.2"
},
"devDependencies": {
"@flareapp/flare-client": "^1.0.12",
Expand Down
3,329 changes: 3,327 additions & 2 deletions resources/compiled/ignition.css

Large diffs are not rendered by default.

22,080 changes: 22,074 additions & 6 deletions resources/compiled/ignition.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ module.exports = {
},
},
plugins: [
require('@tailwindcss/line-clamp'),
require('@tailwindcss/container-queries'),
],
};

0 comments on commit 66963fe

Please sign in to comment.