Add: Text node support

This commit is contained in:
surunzi
2016-05-08 16:55:55 +08:00
parent b7e64d0002
commit 915596f708
9 changed files with 86 additions and 35 deletions

View File

@@ -28,3 +28,11 @@
}
}
.blue {
color: $blue;
}
.red {
color: $red;
}