init
This commit is contained in:
16
tailwind.config.mjs
Normal file
16
tailwind.config.mjs
Normal file
@@ -0,0 +1,16 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'sp-dark': '#2b323b',
|
||||
'sp-light': '#c7ccd5',
|
||||
'sp-primary': '#6d9e37',
|
||||
'sp-secondary': '#598035',
|
||||
},
|
||||
},
|
||||
},
|
||||
darkMode: 'class',
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user