27 lines
477 B
JavaScript
27 lines
477 B
JavaScript
module.exports = {
|
|
content: ["./src/**/*.{html,js}"],
|
|
theme: {
|
|
extend: {
|
|
fontFamily: {
|
|
Sen: ['Sen'],
|
|
Inter: ['Inter'],
|
|
},
|
|
height: {
|
|
'200': '200px',
|
|
'300': '300px',
|
|
'350': '350px',
|
|
'400': '400px',
|
|
'500': '500px',
|
|
},
|
|
Width: {
|
|
'200': '200px',
|
|
'300': '300px',
|
|
'350': '350px',
|
|
'400': '400px',
|
|
'500': '500px',
|
|
},
|
|
},
|
|
},
|
|
plugins: [],
|
|
};
|