chore: Upgrade Tailwind CSS to 3.3.2 (#7380)
This commit is contained in:
@@ -1,23 +1,17 @@
|
||||
const { colors } = require('tailwindcss/defaultTheme');
|
||||
|
||||
module.exports = {
|
||||
dark: 'class',
|
||||
purge: [
|
||||
content: [
|
||||
'./app/javascript/widget/**/*.vue',
|
||||
'./app/javascript/portal/**/*.vue',
|
||||
'./app/javascript/shared/**/*.vue',
|
||||
'./app/javascript/survey/**/*.vue',
|
||||
'./app/views/**/*.html.erb',
|
||||
],
|
||||
future: {
|
||||
removeDeprecatedGapUtilities: true,
|
||||
},
|
||||
experimental: {
|
||||
darkModeVariant: true,
|
||||
},
|
||||
theme: {
|
||||
colors: {
|
||||
white: colors.white,
|
||||
transparent: 'transparent',
|
||||
white: '#fff',
|
||||
current: 'currentColor',
|
||||
woot: {
|
||||
25: '#F5FAFF',
|
||||
50: '#EBF5FF',
|
||||
@@ -94,6 +88,7 @@ module.exports = {
|
||||
800: '#D11320',
|
||||
900: '#C30011',
|
||||
},
|
||||
body: '#2f3b49',
|
||||
},
|
||||
extend: {
|
||||
screens: {
|
||||
|
||||
Reference in New Issue
Block a user