-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close #3 - only show Twig source if in debug mode
- Loading branch information
Florens Verschelde
committed
Sep 23, 2016
1 parent
4fc2cd9
commit 3c8e9bc
Showing
2 changed files
with
115 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
body::after, | ||
.test { | ||
display: block; | ||
margin: 1em 0; | ||
padding: 2em 1em; | ||
text-align: center; | ||
color: white; | ||
background: black; | ||
display: block; | ||
margin: 1em 0; | ||
padding: 2em 1em; | ||
text-align: center; | ||
color: white; | ||
background: black; | ||
} | ||
|
||
body::after { | ||
content: "Stylesheet 1/1 is loaded"; | ||
background: blue; | ||
content: "Stylesheet 1/1 is loaded"; | ||
background: blue; | ||
} | ||
|
||
.test { | ||
background: green; | ||
background: green; | ||
} |