-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.sassdocrc
59 lines (59 loc) · 1.56 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
dest: ./dist/sassdoc
theme: herman
shortcutIcon: public/img/logo.svg
groups:
undefined: '<un-grouped>'
Axioms:
ax-intro: … Introduction
ax-config: Global Configuration
ax-tools: Preprocessing Tools
ax-properties: CSS Custom Properties
ax-generic: Generic CSS
Elements:
el-intro: … Introduction
el-document: Document-level Elements
el-sectioning: Sectioning
el-grouping: Grouping Content
el-text: Text-level Semantics
el-edits: Edits
el-links: Links
el-embedding: Embedding
el-tables: Tabular Content
el-forms: Form-associated Content
el-interactive: Interactive Elements
el-scripting: Scripting
Idioms:
id-intro: … Introduction
id-document: Document Structure
id-sectioning: Sectioning
id-grouping: Grouping Content
id-text: Text-level Semantics
id-edits: Edits
id-links: Links
id-embedding: Embedding
id-tables: Tabular Content
id-forms: Form-associated Content
id-interactive: Interactive Elements
id-navigation: Navigation
Objects:
ob-intro: … Introduction
ob-variant: Elementary Variants
ob-scope: Scope-defining Classes
Utilities:
ut-intro: … Introduction
ut-atomic: Atomic Utilities
ut-layout: Layout Utilities
ut-coloring: Coloring Utilities
ut-dev: Development Utilities
herman:
extraLinks:
- name: Homepage
url: https://stylament.sim.ilitu.de/
- name: Code
url: https://github.com/smnscp/stylament
sass:
sassOptions:
loadPaths:
- 'example'
- '..'
- 'node_modules'