我從themeforest購買了learnplus主題並試圖構建它。但是同時建立我不斷收到此錯誤:
node_modules/adminplus/src/sass/sidebar-components/_card.scss
Error: Undefined variable: "$sidebar-spacing-horizontal".
on line 3 of node_modules/adminplus/src/sass/sidebar-components/_card.scss
>> margin-bottom: $sidebar-spacing-horizontal;
-----------------^
我試着搜索了很多,但都是徒勞的,因爲我沒有關於薩斯理解總小白。我認爲它與編譯到.css中的ROR語法文件有關。
有人可以幫我解決這個問題嗎?我不明白如何解決這個錯誤?任何幫助將不勝感激
嗨,所有這些都與引導佈局版本有一點混淆。 $ sidebar-spacing-horizontal變量已經在[email protected]中被描述。我將它改爲[email protected]並且它工作。 – Omkar