Skip to content

Commit 1145fb9

Browse files
committed
Tailwind update v. 2.2.17
1 parent 0b80f7e commit 1145fb9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"homepage": "https://github.com/macCesar/tailwind.tss-sample-app#readme",
2020
"devDependencies": {
2121
"@tailwindcss/ui": "^0.7.2",
22-
"autoprefixer": "^10.3.7",
22+
"autoprefixer": "^10.4.0",
2323
"postcss": "^8.3.11",
2424
"tailwindcss": "^2.2.17"
2525
}

purgetss/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module.exports = {
33
purge: {
44
mode: 'all',
55

6-
// These options are passed through directly to purgeTSS
6+
// These options are passed through directly to PurgeTSS
77
options: {
8-
safelist: ['Window', 'View', 'ImageView'],
8+
safelist: []
99
}
1010
},
1111
theme: {
1212
extend: {}
1313
},
14-
corePlugins: {},
14+
corePlugins: {}
1515
};

purgetss/tailwind.tss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Custom Tailwind Styles
66
// Generated with purgetss
77
// https://github.com/macCesar/purgeTSS
8-
// Updated At: Tue Oct 26 2021 13:44:57 GMT-0500 (hora de verano central)
8+
// Updated At: Thu Oct 28 2021 19:43:52 GMT-0500 (hora de verano central)
99

1010
// Custom Styles and Resets
1111
'ImageView[platform=ios]': { hires: true }

0 commit comments

Comments
 (0)