8000 add Sass test for #143 · rubychan/coderay-scanner-tests@4a696f8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a696f8

Browse files
committed
add Sass test for #143
1 parent 7d05532 commit 4a696f8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sass/143.expected.raydebug

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class(.group) tag(div)class(.fields)pseudo_class(:first-of-type)
2+
tag(select)
3+
key(margin-top)operator(:) float(2px)

sass/143.in.sass

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.group div.fields:first-of-type
2+
select
3+
margin-top: 2px

0 commit comments

Comments
 (0)
0