-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.sassdocrc
39 lines (36 loc) · 872 Bytes
/
.sassdocrc
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
theme: herman
dest: docs/
src: sass/
display:
access:
- public
groups:
Color Functions:
cie-formats: Lab & LCH Formats
contrast: Color Contrast
adjust: Relative Colors
cie-inspect: Inspecting Colors
herman:
sass:
sassOptions:
loadPaths: ['sass']
use: ['blend']
jsonFile: 'src/json.css'
extraDocs:
- name: 'Changelog'
path: CHANGELOG.md
- name: 'Contributing'
path: CONTRIBUTING.md
- name: 'License'
path: LICENSE.md
extraLinks:
- name: 'LCH Color Picker'
url: 'https://css.land/lch/'
- name: 'CSS Colors Level 4'
url: 'https://www.w3.org/TR/css-color-4/'
- name: 'CSS Colors Level 5'
url: 'https://www.w3.org/TR/css-color-5/'
- name: 'GitHub Source'
url: 'https://github.com/oddbird/blend/'
- name: 'OddBird'
url: 'https://www.oddbird.net/'