This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
libsass-python
mirror of
https://gitee.com/openkylin/libsass-python.git
Watch
9
Star
0
Fork
You've already forked libsass-python
0
Code
Issues
Projects
Releases
Wiki
Activity
upstream
libsass-python
/
test
/
d.scss
12 lines
115 B
SCSS
Raw
Permalink
Blame
History
@mixin
mx
{
background-color
:
green
;
}
body
{
@include
mx
;
a
{
font
:
'
나눔고딕
'
,
sans-serif
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink