Skip to content

Commit 601ed84

Browse files
committed
chore: tweaks
1 parent dfc90b8 commit 601ed84

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

themes/theme-default/src/client/styles/arrow.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
@use 'pkg:@vuepress/helper/scss/svg';
1+
/* stylelint-disable-next-line scss/load-partial-extension */
2+
@use '@vuepress/helper/scss/svg.scss';
23

34
$arrow-icon: '<svg viewBox="0 0 24 24"><path fill="rgba(0,0,0,0.5)" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>';
45
$dark-arrow-icon: '<svg viewBox="0 0 24 24"><path fill="rgba(255,255,255,0.5)" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg>';

0 commit comments

Comments
 (0)