nuxt配置sass

沒有比這更簡單的了css

只須要安裝 node-sass sass-loader 就能夠了node

npm i node-sass sass-loader -D

而後就能夠直接使用了:shell

<style lang="scss" scoped>
  .box{
    background: #f00;
  }
</style>
相關文章
相關標籤/搜索