Sha256: 17847fc6a7646b7dedc2828658094074086ad92953b3378d9b2ff48b5b033590

Contents?: true

Size: 353 Bytes

Versions: 1

Compression:

Stored size: 353 Bytes

Contents

---
---

@charset "utf-8";

// variables.less
$theme-primary: {{ site.color.primary | default: '#18bc9c' }};
$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",
    "base"
;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lucid-jekyll-theme-0.1.1 assets/css/main.scss