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

Commit f966d0f

Browse files
fix(layout): provide missing SCSS variables for standalone Layout css
1 parent 9f70430 commit f966d0f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/core/services/layout/layout.attributes.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@
1010
*
1111
*/
1212

13+
// Layout
14+
// ------------------------------
15+
16+
$baseline-grid: 8px !default;
17+
$layout-gutter-width: ($baseline-grid * 2) !default;
18+
19+
$layout-breakpoint-sm: 600px !default;
20+
$layout-breakpoint-md: 960px !default;
21+
$layout-breakpoint-lg: 1200px !default;
22+
23+
1324
@-moz-document url-prefix() {
1425
[layout-fill] {
1526
margin: 0;

0 commit comments

Comments
 (0)