Nueva version con html plano

This commit is contained in:
2022-09-18 05:01:10 -03:00
parent 480ec72909
commit ab9d0c0b94
24 changed files with 420 additions and 5688 deletions

View File

@@ -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: [],
}