forked from nice-digital/nice-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.sassdocrc
33 lines (33 loc) · 1.06 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
{
"dest": "./dist/docs/sass",
"exclude": [
"**/vendor/**/*.scss"
],
"display": {
"annotations": {
"function": ["description", "return", "throw", "require", "usedby", "since", "see", "todo", "link"],
"mixin": ["description", "content", "output", "throw", "require", "example", "usedby", "since", "see", "todo", "link"],
"placeholder": ["description", "example", "throw", "require", "usedby", "since", "see", "todo", "link"],
"variable": ["description", "type", "require", "example", "usedby", "since", "see", "todo", "link"],
"css": ["description", "require", "example", "usedby", "since", "see", "todo", "link"]
},
"access": ["public", "private"],
"alias": false,
"watermark": false
},
"groups": {
"undefined": "Ungrouped",
"general": "General",
"colors": "Colours",
"helpers": "Helpers",
"typography": "Typography",
"components": "Components",
"hacks": "Hacks",
"grid": "Grid",
"icons": "Icons",
"spacing": "Spacing",
"visibility": "Visibility"
},
"package": "./package.json",
"theme": "./src/stylesheets/.sassdoc-nice-theme"
}