Skip to content

Commit

Permalink
style(prettier): fix files
Browse files Browse the repository at this point in the history
  • Loading branch information
FreekMencke committed Sep 14, 2024
1 parent b78733d commit da46499
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ module.exports = {
darkMode: 'class',
future: {
removeDeprecatedGapUtilities: true,
purgeLayersByDefault: true
purgeLayersByDefault: true,
},
experimental: {
optimizeUniversalDefaults: true
optimizeUniversalDefaults: true,
},
theme: {
colors: {
Expand All @@ -22,15 +22,15 @@ module.exports = {

// accent
emerald: colors.emerald,
slate: colors.slate
slate: colors.slate,
},
fontFamily: {
sans: ['SOLIX'],
mono: defaultTheme.fontFamily.mono
mono: defaultTheme.fontFamily.mono,
},
extend: {
maxHeight: { 18: '72px' }
}
maxHeight: { 18: '72px' },
},
},
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography')]
plugins: [require('@tailwindcss/forms'), require('@tailwindcss/typography')],
};

0 comments on commit da46499

Please sign in to comment.