Skip to content

Commit

Permalink
Merge pull request #842 from xzyfer/feat/argh
Browse files Browse the repository at this point in the history
Re-add weird unicode specs
  • Loading branch information
xzyfer committed Apr 23, 2016
2 parents 22f49b4 + 619078c commit fcd721e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
span.utf8-in-path { margin: auto; }
3 changes: 3 additions & 0 deletions spec/output_styles/compact/libsass/Sáss-UŢF8/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
span.utf8-in-path {
margin: auto;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
span.utf8-in-path{margin:auto}
3 changes: 3 additions & 0 deletions spec/output_styles/compressed/libsass/Sáss-UŢF8/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
span.utf8-in-path {
margin: auto;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
span.utf8-in-path {
margin: auto;
}
3 changes: 3 additions & 0 deletions spec/output_styles/expanded/libsass/Sáss-UŢF8/input.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
span.utf8-in-path {
margin: auto;
}

0 comments on commit fcd721e

Please sign in to comment.