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
/
nuxt-app
/
assets
/
_base.css
11 lines
(8 loc)
•
165 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
* {
box-sizing
: border-box; &
::before
, &
::after
{
box-sizing
: border-box; } }
svg
{
color
:
var
(--color-white) @(--viewport-md-min)
var
(--color-primary); }