Added paths and some standard code used in different projects

This commit is contained in:
Erik Tiekstra
2021-03-16 15:37:48 +01:00
committed by Erik Tiekstra
parent e2114e79b9
commit 03ba526798
72 changed files with 1109 additions and 282 deletions

View 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