From 76127126a67b33a4dd81b4c650ab8b585b8591a5 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 28 Mar 2021 12:36:54 +1000 Subject: [PATCH] use relative link to sass file links relative to workspace root break when invoked from an external repo --- ts/editor/editable.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/editor/editable.scss b/ts/editor/editable.scss index 9cd7186f3..f819b8fb3 100644 --- a/ts/editor/editable.scss +++ b/ts/editor/editable.scss @@ -1,4 +1,4 @@ -@use 'ts/sass/scrollbar'; +@use '../sass/scrollbar'; anki-editable { display: block;