mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
feat: add colors to windi config
This commit is contained in:
parent
0e4f8544e3
commit
9c6ae06a24
1 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,12 @@
|
|||
import { defineConfig } from 'windicss/helpers';
|
||||
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
"sspsBlue": '#406280',
|
||||
"sspsGray": "#e6e6e6",
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue