Skip to content

Commit 8026760

Browse files
Update Tailwind to 3.x, update config
1 parent 99d10d6 commit 8026760

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"postcss-cli": "^8.3.1",
4444
"postcss-import": "^13.0.0",
4545
"spdx-correct": "^3.1.1",
46-
"tailwindcss": "^2.0.3"
46+
"tailwindcss": "^3.1.8"
4747
}
4848
}

tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
purge: [
2+
content: [
33
'./src/site/**/*.njk',
44
'./src/site/**/*.md'
55
],

0 commit comments

Comments
 (0)