Add nature-informed counseling portfolio site
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
import { natureTheme } from './src/theme/nature'
|
||||
|
||||
export default {
|
||||
content: ['./index.html', './src/**/*.{ts,tsx}'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
emeraldSage: natureTheme.colors.emeraldSage,
|
||||
parchment: natureTheme.colors.parchment,
|
||||
slateSoft: natureTheme.colors.slateSoft,
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user