Skip to content

Commit 4ab744c

Browse files
committed
chore(theme-default): remove deprecated ~ mark in stylus
1 parent d479fd3 commit 4ab744c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/@vuepress/theme-default/src/styles/_variables.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// palette-stylus
2-
@require '~@temp/palette';
2+
@require '@temp/palette';
33

44
// colors
55
$accentColor ?= #3eaf7c;

packages/@vuepress/theme-default/src/styles/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
@require './transitions';
1919

2020
// palette-stylus
21-
@require '~@temp/style';
21+
@require '@temp/style';

0 commit comments

Comments
 (0)