feat: add colors to windi config

This commit is contained in:
EETagent 2022-11-17 19:53:22 +01:00
parent 0e4f8544e3
commit 9c6ae06a24

View file

@ -1,3 +1,12 @@
import { defineConfig } from 'windicss/helpers';
export default defineConfig({});
export default defineConfig({
theme: {
extend: {
colors: {
"sspsBlue": '#406280',
"sspsGray": "#e6e6e6",
}
}
}
});