Skip to content

Commit 92477ac

Browse files
Merge pull request #5251 from qburst/fix/scss-fix-typo
🚚 Fix typo in SCSS file name from 'higlight.scss' to 'highlight.scss'
2 parents 0e63223 + ef90cd3 commit 92477ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs-site/src/components/Examples/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@use "reset";
2-
@use "higlight";
2+
@use "highlight";
33
@use "helpers";
44
@use "examples";
55
@use "hero";

0 commit comments

Comments
 (0)