update sass

This commit is contained in:
Çetin 2021-12-23 09:11:57 +03:00
parent 96e98bcbc6
commit 7117f770ca
4 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,3 @@
@import "../sass/layout/_variables";
@import "../sass/overrides/_layout_variables";
@import "../sass/layout/_layout";
@import "../sass/overrides/_layout_styles";
@import "../sass/overrides/_overrides";

View File

@ -1 +0,0 @@
/* Add your customizations of the layout styles here */

View File

@ -1 +0,0 @@
/* Add your customizations of the layout variables here */

View File

@ -0,0 +1 @@
// Suggested location to add your overrides so that migration would be easy by just updating the SASS folder in the future