assets/css/main.scss in lucid-jekyll-theme-0.1.1 vs assets/css/main.scss in lucid-jekyll-theme-0.1.2
- old
+ new
@@ -8,8 +8,8 @@
$theme-secondary: {{ site.color.secondary | default: '#18bc9c' }};
$theme-secondary-dark: {{ site.color.secondary-dark | default: '#233140' }};
// Import partials from `sass_dir` (defaults to `_sass`)
@import
- "bootstrap.min",
+ "bootstrap",
"base"
;