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
/
a.scss
12 lines
94 B
SCSS
Raw
Permalink
Blame
History
@mixin
mx
{
background-color
:
green
;
}
body
{
@include
mx
;
a
{
color
:
blue
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink