Skip to content

Commit

Permalink
Re-add weird unicode specs
Browse files Browse the repository at this point in the history
I'm adding these because OSX can't seem to handle them and wont
let me delete the files even though they've been deleted from git.
As a result my tree is always dirty and rapidly driving me crazy.
  • Loading branch information
xzyfer committed Apr 23, 2016
1 parent 22f49b4 commit 619078c
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 619078c

Please sign in to comment.