Skip to content

Commit e3dde9b

Browse files
committed
update tailwindcss v2.2.19
1 parent c190ed3 commit e3dde9b

File tree

4 files changed

+415
-100
lines changed

4 files changed

+415
-100
lines changed

package-lock.json

Lines changed: 66 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@tailwindcss/ui": "^0.7.2",
2222
"autoprefixer": "^10.4.0",
2323
"postcss": "^8.3.11",
24-
"tailwindcss": "^2.2.17"
24+
"tailwindcss": "^2.2.19"
2525
}
2626
}

purgetss/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ module.exports = {
1010
},
1111
theme: {
1212
extend: {},
13-
ScrollView: { default: { contentWidth: 'Ti.UI.FILL', contentHeight: 'Ti.UI.SIZE' }, android: { scrollType: 'vertical' } },
14-
Button: { android: { backgroundColor: 'transparent' } },
1513
Label: { default: { touchEnabled: false } },
1614
TextArea: { default: { touchEnabled: false } },
15+
Button: { android: { backgroundColor: 'transparent' } },
16+
ScrollView: { default: { contentWidth: 'Ti.UI.FILL', contentHeight: 'Ti.UI.SIZE' }, android: { scrollType: 'vertical' } },
1717
},
1818
corePlugins: {}
1919
};

0 commit comments

Comments
 (0)