diff options
author | Valentin Popov <info@valentineus.link> | 2019-05-03 04:16:28 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-05-03 04:16:28 +0300 |
commit | fdf1029737542d8eb014f37fd1d07bad13974964 (patch) | |
tree | cf5fc971309e63c42d8493430de4c622d7eafd98 /_scss/base | |
parent | 5668edea38da9fd1cad629db9c768ff19e62e094 (diff) | |
download | popov.link-fdf1029737542d8eb014f37fd1d07bad13974964.tar.xz popov.link-fdf1029737542d8eb014f37fd1d07bad13974964.zip |
Have added sidebar panel
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_scss/base')
-rw-r--r-- | _scss/base/_main.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_scss/base/_main.scss b/_scss/base/_main.scss index 810b2d4..85e7592 100644 --- a/_scss/base/_main.scss +++ b/_scss/base/_main.scss @@ -1 +1,2 @@ +@import 'components/avatar'; @import 'components/core'; |