next-global-less

0.0.3 • Public • Published

next-global-less

在被 next-less 处理过且开启 css modules 的 less 项目中,指定一个文件让其不被 css modules 处理。

Install

yarn add next-global-less

Usage

const withGlobalLess = require('./next-global-less')
const path = require('path')
 
module.exports = withGlobalLess({globalPath: path.join(__dirname, './pages/global.less')})

Package Sidebar

Install

npm i next-global-less

Weekly Downloads

8

Version

0.0.3

License

MIT

Unpacked Size

2.35 kB

Total Files

3

Last publish

Collaborators

  • xaomon