Skip to content

Commit 304b988

Browse files
committed
Update tailwindcss
1 parent 5361cca commit 304b988

File tree

3 files changed

+82
-53
lines changed

3 files changed

+82
-53
lines changed

Diff for: apps/components_guide_web/assets/package-lock.json

+72-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: apps/components_guide_web/assets/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@babel/core": "^7.9.6",
1818
"@babel/preset-env": "^7.9.6",
19-
"@tailwindcss/ui": "^0.2.2",
19+
"@tailwindcss/ui": "^0.5.0",
2020
"autoprefixer": "^9.8.0",
2121
"babel-loader": "^8.1.0",
2222
"copy-webpack-plugin": "^4.5.0",
@@ -26,7 +26,7 @@
2626
"npm": "^6.14.5",
2727
"optimize-css-assets-webpack-plugin": "^5.0.3",
2828
"postcss-loader": "^3.0.0",
29-
"tailwindcss": "^1.4.6",
29+
"tailwindcss": "^1.7.6",
3030
"uglifyjs-webpack-plugin": "^1.2.4",
3131
"vue-loader": "^15.9.2",
3232
"vue-template-compiler": "^2.6.11",

Diff for: apps/components_guide_web/assets/tailwind.config.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
module.exports = {
2+
purge: [
3+
'../**/*.ex',
4+
'../**/*.eex',
5+
'../**/*.html',
6+
],
7+
future: {
8+
removeDeprecatedGapUtilities: true,
9+
},
210
plugins: [require("@tailwindcss/ui")],
311
theme: {
412
extend: {

0 commit comments

Comments
 (0)