mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-05-12 03:05:19 -04:00
refactor index and download finished
This commit is contained in:
parent
81780062ae
commit
b325dcc452
23 changed files with 119 additions and 47 deletions
|
@ -7,6 +7,8 @@ module.exports = {
|
|||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
transparent: 'transparent',
|
||||
current: 'currentColor',
|
||||
blue: {
|
||||
light: '#f4f7fb',
|
||||
DEFAULT: '#99c1f1',
|
||||
|
@ -14,12 +16,10 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
|
||||
sans: ['Rubik'],
|
||||
},
|
||||
},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [
|
||||
require('@tailwindcss/forms'),
|
||||
],
|
||||
plugins: [],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue