mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-20 15:10:35 -04:00
started restyling
This commit is contained in:
parent
170d77b3ec
commit
7f253f7186
5 changed files with 68 additions and 42 deletions
|
@ -2,17 +2,24 @@ const defaultTheme = require('tailwindcss/defaultTheme')
|
|||
|
||||
module.exports = {
|
||||
future: {
|
||||
// removeDeprecatedGapUtilities: true,
|
||||
// purgeLayersByDefault: true,
|
||||
},
|
||||
purge: [],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
blue: {
|
||||
light: '#f4f7fb',
|
||||
DEFAULT: '#99c1f1',
|
||||
dark: '#1b5eb4',
|
||||
}
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
plugins: [
|
||||
require('@tailwindcss/forms'),
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue