-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.sassdocrc
More file actions
30 lines (30 loc) · 768 Bytes
/
.sassdocrc
File metadata and controls
30 lines (30 loc) · 768 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
{
"dest": "./dist/sassdoc",
"package": "./package.json",
"theme": "default",
"autofill": ["requires", "throws", "content"],
"groups": {
"unit": "Unit Conversions",
"math": "Math Functions",
"scale": "Scale System",
"view": "Viewport & Breakpoints",
"layer": "Layer System",
"density": "Density Functions",
"ratio": "Aspect Ratios",
"sequence": "Number Sequences",
"color": "Color",
"spacing": "Spacing Utilities",
"typography": "Typography",
"display": "Display Utilities",
"undefined": "General"
},
"basePath": "https://unit.gl/sassdoc",
"verbose": true,
"strict": false,
"display": {
"access": ["public"],
"alias": true,
"watermark": true
},
"sort": ["group", "file", "line"]
}