merge more into core, use gem availability to autoload
This commit is contained in:
parent
27a9fa98f7
commit
9ebddeed1d
476 changed files with 81 additions and 141 deletions
|
@ -0,0 +1,5 @@
|
|||
:css
|
||||
body {
|
||||
test: style;
|
||||
good: deal;
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
body {
|
||||
display: block;
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
p{border: 1px solid #ff6600;}
|
5
middleman-core/fixtures/minify-css-app/source/stylesheets/site.css.sass
Executable file
5
middleman-core/fixtures/minify-css-app/source/stylesheets/site.css.sass
Executable file
|
@ -0,0 +1,5 @@
|
|||
@import "compass/reset"
|
||||
|
||||
@media handheld, only screen and (device-width: 768px)
|
||||
body
|
||||
display: block
|
Loading…
Add table
Add a link
Reference in a new issue