chore: put dependencies into a subfolder
This commit is contained in:
parent
ed53f047ec
commit
c25ec4a4af
5 changed files with 7 additions and 4 deletions
5
src/scss/_dep.scss
Normal file
5
src/scss/_dep.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
// DEPENDECIES
|
||||
// Other style used as dependencies
|
||||
|
||||
@import 'dep/angled-edges';
|
||||
//@import 'dep/font-face';
|
|
@ -3,8 +3,6 @@
|
|||
* like paragraphs, blockquote, etc.
|
||||
**/
|
||||
|
||||
@import 'font-face';
|
||||
|
||||
/* 2.2 - Global Typography */
|
||||
|
||||
@mixin paragraph() {
|
||||
|
|
|
@ -13,12 +13,12 @@
|
|||
This theme is licensed under the GPLv3.
|
||||
*/
|
||||
|
||||
@import 'dep';
|
||||
|
||||
@import 'definitions';
|
||||
|
||||
@import 'mixins';
|
||||
|
||||
@import 'angled-edges';
|
||||
|
||||
@import 'core';
|
||||
|
||||
@import 'global';
|
||||
|
|
Loading…
Reference in a new issue