Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(layout): provide missing SCSS variables for standalone Layout css
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Oct 15, 2015
1 parent 9f70430 commit f966d0f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/core/services/layout/layout.attributes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
*
*/

// Layout
// ------------------------------

$baseline-grid: 8px !default;
$layout-gutter-width: ($baseline-grid * 2) !default;

$layout-breakpoint-sm: 600px !default;
$layout-breakpoint-md: 960px !default;
$layout-breakpoint-lg: 1200px !default;


@-moz-document url-prefix() {
[layout-fill] {
margin: 0;
Expand Down

0 comments on commit f966d0f

Please sign in to comment.