- Process all docs from
dist/docs-assets/sassdoc
- All variables and mixins except for theme is on a "Mixins and Variables" page. Theming will have its own page. Both page will be under a "General Utilities" tree item.
- Filter out docs that are in the
group theming
- Enumerate all
functions, mixins and variables groups (alphabetically), and then within them alphabetically 1. Additionally, within each group, variables come first.4. Docs for each token look like outlined below:
Variable Example:
| Example | Variable Name | Value |
| -------- | --------------- | ----- |
| | --daff-font-size-lg | |
| | --daff-border-radius-sm | |
Possibly provide commentary that things that begin with -- are css variables
Function Example:
## Token Name
Token description
### Arguments
### SCSS Example
Mixin Example
## Token Name
Token description
### Arguments
### SCSS Example
dist/docs-assets/sassdocgroupthemingfunctions,mixinsandvariablesgroups (alphabetically), and then within them alphabetically 1. Additionally, within each group, variables come first.4. Docs for each token look like outlined below:Variable Example:
Possibly provide commentary that things that begin with
--are css variablesFunction Example:
Mixin Example