Skip to content

Commit 32ca187

Browse files
docs(theming) update theme.config override example (#4174)
* Update Theming.mdx * Update docs/src/pages/Theming.mdx Co-authored-by: Oleksandr Fediashov <[email protected]> Co-authored-by: Oleksandr Fediashov <[email protected]>
1 parent cc7ec31 commit 32ca187

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/pages/Theming.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,11 @@ This file is mostly prepared, but you have to change some details in the bottom
153153
@themesFolder : 'themes';
154154
@siteFolder : '../../src/semantic-ui/site';
155155

156-
@import (multiple) "~semantic-ui-less/theme.less";
156+
/*******************************
157+
Import Theme
158+
*******************************/
159+
160+
@import (multiple) '~semantic-ui-less/theme.less';
157161
@fontPath : '../../../themes/@{theme}/assets/fonts';
158162
```
159163

0 commit comments

Comments
 (0)