mirror of
https://0xacab.org/jvoisin/mat2-web.git
synced 2025-08-13 16:35:26 -04:00
installed tailwind and removed old css/js
This commit is contained in:
parent
9a0a693c54
commit
170d77b3ec
14 changed files with 3021 additions and 1103 deletions
18
tailwind.config.js
Normal file
18
tailwind.config.js
Normal file
|
@ -0,0 +1,18 @@
|
|||
const defaultTheme = require('tailwindcss/defaultTheme')
|
||||
|
||||
module.exports = {
|
||||
future: {
|
||||
// removeDeprecatedGapUtilities: true,
|
||||
// purgeLayersByDefault: true,
|
||||
},
|
||||
purge: [],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue