♫
📌 canary ▾
next.js
/
test
/
integration
/
css-fixtures
/
nm-module-nested
/
node_modules
/
example
/
index.module.css
index.module.css
7 lines
99 B
@import
'other2.css'
;
.subClass
{
composes
: className from
'./other.css'
;
background
:
blue
;
}
v2.0.0
/
Go
SIGN IN