fix: Tailwind invalid config
All checks were successful
Build, check & Test / run (push) Successful in 6m54s
All checks were successful
Build, check & Test / run (push) Successful in 6m54s
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -5,16 +5,13 @@ const colors = require('tailwindcss/colors')
|
||||
module.exports = {
|
||||
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
||||
theme: {
|
||||
fontFamily: {
|
||||
fontFamily: {
|
||||
// add your default font below
|
||||
sans: ["Font Name", ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
},
|
||||
extend: {
|
||||
colors: {
|
||||
primary: colors.amber // primary color used by the projet, easily swappable
|
||||
},
|
||||
fontFamily: {
|
||||
'sans': ['Font Name', ...defaultTheme.fontFamily.sans]
|
||||
},
|
||||
container: {
|
||||
center: true, // default to center the container
|
||||
padding: {
|
||||
|
Reference in New Issue
Block a user