mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
big gutting job
This commit is contained in:
+2
-5
@@ -27,8 +27,6 @@ $content-width: 800px;
|
||||
$on-palm: 600px;
|
||||
$on-laptop: 800px;
|
||||
|
||||
|
||||
|
||||
// Using media queries with like this:
|
||||
// @include media-query($on-palm) {
|
||||
// .wrapper {
|
||||
@@ -42,11 +40,10 @@ $on-laptop: 800px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Import partials from `sass_dir` (defaults to `_sass`)
|
||||
@import
|
||||
"base",
|
||||
"layout",
|
||||
"syntax-highlighting"
|
||||
;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user