-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
.sassdocrc
76 lines (73 loc) · 2.12 KB
/
.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
theme: herman
dest: docs/
display:
access:
- public
groups:
'Utilities':
utils: 'Sass Maps, Lists, & Strings'
vars: 'CSS Custom Properties'
'Tokens':
tokens: 'QuickStart: Tokens'
token-config: 'Tokens Configuration'
token-api: 'Accessing Tokens'
token-compile: 'Compiling Token Maps'
token-inspect: 'Inspecting Tokens'
token-register: 'Function Registration'
token-internal: 'Pre-Registered Functions'
token-vars: 'Tokens » Custom Properties'
'Ratios':
ratio-tokens: Ratio Tokens
ratios: Built-In Ratios
ratio-vars: Ratio Tokens » CSS Variables
'Animate':
animate: 'QuickStart: Animate'
animate-times: 'Timing Maps'
animate-time-vars: 'Times » CSS Variables'
animate-ease: 'Easing Maps'
animate-ease-vars: 'Easing » CSS Variables'
animate-change: 'Combined "Change" Maps'
animate-change-vars: 'Changes » CSS Variables'
'Color':
color: 'QuickStart: Color'
color-config: 'Color Configuration'
color-contrast: 'Contrast & Accessibility'
color-utils: 'Adjustments'
color-themes: 'Themes'
color-tokens: 'Color Tokens'
color-vars: 'Color Tokens » CSS Variables'
'Layout':
layout: 'QuickStart: Layout'
layout-queries: 'Media Breakpoint Maps'
layout-query-vars: 'Breakpoints » CSS Variables'
layout-z-index: 'Z-Index'
'Scale':
scale: 'QuickStart: Scale'
scale-sizes: 'Size Maps'
scale-vars: 'Sizes » CSS Variables'
scale-units: 'Unit Conversion'
'Type':
type: 'QuickStart: Type'
type-fonts: 'Font Maps'
type-font-vars: 'Fonts » CSS Variables'
type-a11y: 'Accessibility'
type-pseudo: 'Pseudo Elements'
type-helpers: 'Type Helpers'
herman:
sass:
implementation: 'sass-embedded'
sassOptions:
loadPaths: ['sass']
use: ['tools', 'sass:meta']
extraDocs:
- name: 'Changelog'
path: CHANGELOG.md
- name: 'Contributing'
path: CONTRIBUTING.md
- name: 'MIT License'
path: LICENSE
extraLinks:
- name: 'Accoutrement Site'
url: 'https://www.oddbird.net/accoutrement/'
- name: 'OddBird'
url: 'https://www.oddbird.net/'