chore: put dependencies into a subfolder

This commit is contained in:
Kazhnuz Klappsthul 2021-07-30 10:34:22 +02:00
parent ed53f047ec
commit c25ec4a4af
5 changed files with 7 additions and 4 deletions

5
src/scss/_dep.scss Normal file
View File

@ -0,0 +1,5 @@
// DEPENDECIES
// Other style used as dependencies
@import 'dep/angled-edges';
//@import 'dep/font-face';

View File

@ -3,8 +3,6 @@
* like paragraphs, blockquote, etc. * like paragraphs, blockquote, etc.
**/ **/
@import 'font-face';
/* 2.2 - Global Typography */ /* 2.2 - Global Typography */
@mixin paragraph() { @mixin paragraph() {

View File

@ -13,12 +13,12 @@
This theme is licensed under the GPLv3. This theme is licensed under the GPLv3.
*/ */
@import 'dep';
@import 'definitions'; @import 'definitions';
@import 'mixins'; @import 'mixins';
@import 'angled-edges';
@import 'core'; @import 'core';
@import 'global'; @import 'global';