Commit e101cd2
authored
Add newlines between chunks of css
Right now, the different chunks of css overlap which isn't what we are trying to do at this step (the idea is that you can minify at a later point in the build step). This adds some newlines between chunks of found css so that they don't slowly pule up on top of each other.1 parent 97f356d commit e101cd2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments