Added paths and some standard code used in different projects
This commit is contained in:
committed by
Erik Tiekstra
parent
e2114e79b9
commit
03ba526798
13
apps/dafa-web/src/styles/variables/_breakpoints.scss
Normal file
13
apps/dafa-web/src/styles/variables/_breakpoints.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
@import '~@af/sass/v2/layout/variables/layout__variables';
|
||||
|
||||
// AF variables
|
||||
$af__breakpoint-s: $layout__breakpoint--s; // 576px
|
||||
$af__breakpoint-s-below: $af__breakpoint-s - 1; // 575px
|
||||
$af__breakpoint-m: $layout__breakpoint--m; // 768px
|
||||
$af__breakpoint-m-below: $af__breakpoint-m - 1; // 767px
|
||||
$af__breakpoint-l: $layout__breakpoint--l; // 992px
|
||||
$af__breakpoint-l-below: $af__breakpoint-l - 1; // 991px
|
||||
$af__breakpoint-xl: $layout__breakpoint--xl; // 1200px
|
||||
$af__breakpoint-xl-below: $af__breakpoint-xl - 1; // 1199px
|
||||
|
||||
// Local variables
|
||||
Reference in New Issue
Block a user