Skip to content

Commit

Permalink
Add todo spec test for libsass issue 2429
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Jul 2, 2017
1 parent a0bd7bb commit b5fb5ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/libsass-todo-issues/issue_2429/expected_output.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
input[type=url] {
content: bar;
}
3 changes: 3 additions & 0 deletions spec/libsass-todo-issues/issue_2429/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
input[type=url] {
content: bar
}

0 comments on commit b5fb5ee

Please sign in to comment.