Sha256: 063a5c1ad10dfd292ce583395e6d2324b57024299a4b8d27b35431d880791b9c

Contents?: true

Size: 349 Bytes

Versions: 2

Compression:

Stored size: 349 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",
    "base"
;

Version data entries

2 entries across 2 versions & 1 rubygems

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