SASS global variables not being passed to partials

后端 未结 5 1928
被撕碎了的回忆
被撕碎了的回忆 2020-12-14 01:40

Basically I have a structure that used to work perfectly in 3.0.x and now it breaks with undefined variable errors.

  • partials
    • _base.css.sa
5条回答
  •  春和景丽
    2020-12-14 02:09

    Apparently you HAVE to use the application.css.sass as a manifest, or nothing will work.

    Basically you can separate everything but they need to be called from the application file because the scopes are not shared.

    Little bit too enforcing if you ask me...

提交回复
热议问题