Nueva version con html plano
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./src/**/*.{html,js,svelte}"],
|
||||
theme: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
content: ["./src/**/*.{html,js}"],
|
||||
theme: {
|
||||
colors: {
|
||||
white: '#f0f0f0',
|
||||
black: '#191919',
|
||||
},
|
||||
fontFamily: {
|
||||
display: ['Silkscreen']
|
||||
},
|
||||
extend: {},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user