Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 345 Bytes

File metadata and controls

27 lines (17 loc) · 345 Bytes

@remax/plugin-stylus

增加 Stylus 支持。

安装

$ npm install @remax/plugin-stylus --save

使用

const stylus = require('@remax/plugin-stylus');

module.exports = {
  plugins: [stylus()],
};

配置

stylus-loader配置

LICENSE

MIT