-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.sassdocrc
More file actions
40 lines (37 loc) · 819 Bytes
/
.sassdocrc
File metadata and controls
40 lines (37 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
theme: herman
dest: docs/
src: sass/
display:
access:
- public
groups:
CSS Usage:
config-css: Global CSS Settings
fallbacks: Fallback Colors & Modes
modes: Dynamic Modes
themes: Creating Themes
'Sass Tools':
config: Global Sass Settings
palettes: Generating Palettes
tools-modes: If-Mode
herman:
extraDocs:
- name: 'Changelog'
path: CHANGELOG.md
- name: 'Contributing'
path: CONTRIBUTING.md
- name: 'License'
path: LICENSE.md
extraLinks:
- name: 'Demo'
url: 'https://cascading-colors.netlify.app/'
- name: 'GitHub Source'
url: 'https://github.com/oddbird/cascading-color-system'
- name: 'OddBird'
url: 'https://www.oddbird.net/'
sass:
sassOptions:
loadPaths:
- 'sass/'
use:
- 'tools'