Skip to content

Commit

Permalink
Upgrades Tailwind CSS to v3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
timonweb committed Dec 22, 2023
1 parent 628f962 commit 3dbde87
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 124 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.8.0
- Upgrades Tailwind CSS to `v3.4`. See what's new in [Tailwind CSS v3.4](https://tailwindcss.com/blog/tailwindcss-v3-4).

## 3.7.0
- Upgrades Tailwind CSS dependencies;
- Removes `@tailwindcss/line-clamp` dependency as it's now included in Tailwind by default;
Expand Down
128 changes: 12 additions & 116 deletions example/theme/static_src/package-lock.json

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

5 changes: 2 additions & 3 deletions example/theme/static_src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theme",
"version": "3.7.0",
"version": "3.8.0",
"description": "",
"scripts": {
"start": "npm run dev",
Expand All @@ -16,14 +16,13 @@
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"cross-env": "^7.0.3",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"postcss-simple-vars": "^7.0.1",
"rimraf": "^5.0.5",
"tailwindcss": "^3.3.6"
"tailwindcss": "^3.4.0"
}
}
1 change: 0 additions & 1 deletion example/theme/static_src/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ module.exports = {
*/
require('@tailwindcss/forms'),
require('@tailwindcss/typography'),
require('@tailwindcss/line-clamp'),
require('@tailwindcss/aspect-ratio'),
],
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "{{ cookiecutter.app_name }}",
"version": "3.7.0",
"version": "3.8.0",
"description": "",
"scripts": {
"start": "npm run dev",
Expand All @@ -16,14 +16,13 @@
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"cross-env": "^7.0.3",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"postcss-simple-vars": "^7.0.1",
"rimraf": "^5.0.5",
"tailwindcss": "^3.3.6"
"tailwindcss": "^3.4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ module.exports = {
*/
require('@tailwindcss/forms'),
require('@tailwindcss/typography'),
require('@tailwindcss/line-clamp'),
require('@tailwindcss/aspect-ratio'),
],
}

0 comments on commit 3dbde87

Please sign in to comment.