chore: Upgrade Tailwind CSS to 3.3.2 (#7380)

This commit is contained in:
Pranav Raj S
2023-06-26 11:27:16 -07:00
committed by GitHub
parent 212d7caab1
commit f1f14312fe
15 changed files with 3385 additions and 1116 deletions

View File

@@ -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: {