Sha256: 2e0cc4760b1361f5280406d0a88544f9aaf183b94053bec5ba3ee8c0f2ef7682
Contents?: true
Size: 427 Bytes
Versions: 1
Compression:
Stored size: 427 Bytes
Contents
--- --- @charset "utf-8"; // variables.less $theme-primary: {{ site.color.primary | default: '#18bc9c' }}; $theme-primary-rgb: {{ site.color.primary-rgb | default: '24,288,156' }}; $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 "base", "bootstrap.min" ;
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lucid-jekyll-theme-0.1.0 | assets/css/main.scss |