diff options
author | Andrii-Moshenskyi <andrii.moshenskyi@gmail.com> | 2021-01-21 13:04:08 +0200 |
---|---|---|
committer | Andrii-Moshenskyi <andrii.moshenskyi@gmail.com> | 2021-01-21 13:04:08 +0200 |
commit | acebb3a44e5cf2a96eb48fd35a3574833f9b0bf1 (patch) | |
tree | 8b297bd07a1bade513aa5914a50a952e9dfbac9b /sass/front-page/bottom-text.sass | |
parent | dfc13ac845555bfb406d64b7d236847079fcf08a (diff) | |
download | community.vyos.net-acebb3a44e5cf2a96eb48fd35a3574833f9b0bf1.tar.gz community.vyos.net-acebb3a44e5cf2a96eb48fd35a3574833f9b0bf1.zip |
Fix the SASS compilation error
Diffstat (limited to 'sass/front-page/bottom-text.sass')
-rw-r--r-- | sass/front-page/bottom-text.sass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/front-page/bottom-text.sass b/sass/front-page/bottom-text.sass index e8aee16..60b83d6 100644 --- a/sass/front-page/bottom-text.sass +++ b/sass/front-page/bottom-text.sass @@ -1,4 +1,4 @@ -@import settings.sass
+@import ../settings.sass
section.bottom-text
div.bottom-text__inner
|