bmfe / eros

📱 一套 Vue 代码,两端原生应用 ,或许可以叫我 weex-native。
https://bmfe.github.io/eros-docs
MIT License
2.01k stars 287 forks source link

全局scss文件引入问题 #389

Closed timlin00 closed 5 years ago

timlin00 commented 5 years ago

请问如何全局引入通用的scss文件?在开发中,想要全局引入scss文件,现在只能每个vue文件都去引入,能不能有个全局的引入方案?

PerseveranceZ commented 5 years ago

appboard那个js试试呢

pidogc commented 5 years ago

我試過在那個文件中引入,但是報錯@語法錯誤,我在引入的scss文件中通過@import引入其他scss文件

PerseveranceZ commented 5 years ago

目前只能写公共的到处引入 js可以放在appboard

杨明哲 邮箱:a2192466@163.com

签名由 网易邮箱大师 定制

在2019年04月12日 16:14,pidogc 写道:

我試過在那個文件中引入,但是報錯@語法錯誤,我在引入的scss文件中通過@import引入其他scss文件

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

timlin00 commented 5 years ago

目前只能写公共的到处引入 js可以放在appboard | | 杨明哲 邮箱:a2192466@163.com | 签名由 网易邮箱大师 定制 在2019年04月12日 16:14,pidogc 写道: 我試過在那個文件中引入,但是報錯@語法錯誤,我在引入的scss文件中通過@import引入其他scss文件 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

我试试,thx!