Skip to content

Commit

Permalink
chore(stylelint): fix errors
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Jan 22, 2025
1 parent 2f9206a commit 0d506cb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/NcRichText/richtext.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Styles are extracted to extract scss to dist folder, too.
*/

@import './highlight.scss';
@use './highlight.scss';

li.task-list-item > ul,
li.task-list-item > ol,
Expand Down Expand Up @@ -220,8 +220,10 @@ li.task-list-item > pre {
}

/**
* Highlight code syntax in code blocks
*/
* Highlight code syntax in code blocks
*/

/* stylelint-disable-next-line no-duplicate-selectors */
.rich-text--wrapper-markdown {
@include highlight-rules;
}
Expand Down

0 comments on commit 0d506cb

Please sign in to comment.