You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* Creates a LESS file with variable definitions based on the style dictionary
*
* @memberof Formats
* @kind member
* @example
* ```
* @color-background-base: #f0f0f0;
* @color-background-alt: #eeeeee;
* ```
*/
And the output markdown it generates (ignore the backslashes, that is just to not break in this comment):
<a name="Formats.less/variables"></a>
### Formats.less/variables
Creates a LESS file with variable definitions based on the style dictionary
**Kind**: static property of [<code>Formats</code>](#Formats)
**Color-background-base:**: #f0f0f0;
**Color-background-alt:**: #eeeeee;
\```
**Example**
\```
The text was updated successfully, but these errors were encountered:
JSdoc comment:
And the output markdown it generates (ignore the backslashes, that is just to not break in this comment):
The text was updated successfully, but these errors were encountered: