We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc90b8 commit 601ed84Copy full SHA for 601ed84
1 file changed
themes/theme-default/src/client/styles/arrow.scss
@@ -1,4 +1,5 @@
1
-@use 'pkg:@vuepress/helper/scss/svg';
+/* stylelint-disable-next-line scss/load-partial-extension */
2
+@use '@vuepress/helper/scss/svg.scss';
3
4
$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>';
5
$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