Skip to content

Commit

Permalink
Merge pull request #554 from mgreter/fixup/warn-directive
Browse files Browse the repository at this point in the history
Generated missing output styles for warn directive test
  • Loading branch information
mgreter committed Oct 22, 2015
2 parents ed531a1 + 9b79426 commit 0f7026a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/misc/warn-directive/expected.compact.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1 { color: blue; }
1 change: 1 addition & 0 deletions spec/misc/warn-directive/expected.compressed.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
h1{color:blue}
3 changes: 3 additions & 0 deletions spec/misc/warn-directive/expected.expanded.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
h1 {
color: blue;
}

0 comments on commit 0f7026a

Please sign in to comment.