♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
scss
/
nm-module-nested
/
node_modules
/
example
/
other.module.scss
other.module.scss
8 lines
87 B
@import
'other3.scss'
;
$var:
red
;
.className
{
background
:
$var
;
color
:
yellow
;
}
v2.0.0
/
Go
SIGN IN