Move from custom.css to custom.scss to be able to use variables

This commit is contained in:
Alex Shpak
2019-04-09 22:59:29 +02:00
parent 6ef4a4b69c
commit 31a262451a
5 changed files with 8 additions and 8 deletions
+4 -1
View File
@@ -217,4 +217,7 @@ aside nav,
.book-toc nav {
padding: $padding-16 * 2 $padding-16;
}
}
}
// Add custom defined styles
@import 'custom'