This repository was archived by the owner on Jul 20, 2021. It is now read-only.
forked from oddbird/accoutrement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sassdocrc
81 lines (77 loc) · 2.18 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
77
78
79
80
81
theme: herman
dest: docs/
src: sass/
display:
access:
- public
groups:
'Core (API)':
core: 'QuickStart: Core'
core-get: 'Token Maps'
core-vars: 'Tokens » CSS Variables'
core-ratio: 'Ratios & Modular Scales'
core-ratio-vars: 'Ratios » CSS Variables'
'Core (Utilities)':
core-register: 'Function Registration'
core-math: 'Math Functions'
core-lists: 'List Functions'
core-strings: 'String Functions'
core-inspect: 'Inspecting Tokens'
'Init (Normalization)':
init: 'QuickStart: Init'
init-root: 'General'
init-a11y: 'Accessibility'
init-forms: 'Forms'
init-media: 'Media'
init-type: 'Type'
'Plugin/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'
'Plugin/Color':
color: 'QuickStart: Color'
color-api: 'Color Maps'
color-vars: 'Colors » CSS Variables'
color-contrast: 'Contrast & Accessibility'
color-utils: 'Adjustments'
color-themes: 'Themes'
'Plugin/Layout':
layout: 'QuickStart: Layout'
layout-queries: 'Media Breakpoint Maps'
layout-query-vars: 'Breakpoints » CSS Variables'
layout-box: 'Box-Sizing'
layout-clearfix: 'Clearfix'
layout-position: 'Positioning'
layout-ratios: 'Fluid Ratios'
layout-z-index: 'Z-Index'
'Plugin/Scale':
scale: 'QuickStart: Scale'
scale-sizes: 'Size Maps'
scale-vars: 'Sizes » CSS Variables'
scale-units: 'Unit Conversion'
'Plugin/Type':
type: 'QuickStart: Type'
type-fonts: 'Font Maps'
type-font-vars: 'Fonts » CSS Variables'
type-a11y: 'Accessibility'
type-pseudo: 'Pseudo Elements'
herman:
sass:
includepaths: ['sass']
includes: ['tools']
extraDocs:
- name: 'Changelog'
path: CHANGELOG.md
- name: 'Contributing'
path: CONTRIBUTING.md
- name: 'MIT License'
path: LICENSE
extraLinks:
- name: 'Accoutrement Site'
url: 'http://oddbird.net/accoutrement/'
- name: 'OddBird'
url: 'http://oddbird.net/'