UNPKG
@novicell/postcss-config
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.1
0.2.0
A postCSS 8 config for Nuxt and vite
@novicell/postcss-config
/
test
/
vite-project
/
assets
/
_variables.css
18 lines
(14 loc)
•
268 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** * Settings: Variables */
:root
{
/* Theme */
/* Novicell color */
--color-primary
:
#c80046
;
--color-white
:
#fff
;
--color-dark
:
#242424
;
/* Vite colors */
--color-vite
:
#646cffaa
;
--color-vite-light
:
#747bff
;
--color-javascript
:
#f7df1eaa
; }