UNPKG
nwb-stylus
Version:
latest (0.7.2)
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
Stylus plugin for nwb
github.com/insin/nwb-stylus
insin/nwb-stylus
nwb-stylus
/
index.js
10 lines
(9 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.exports = {
cssPreprocessors:
{
stylus:
{
test:
/\.styl
$/
,
loader:
require
.resolve(
'stylus-loader'
),
defaultConfig:
'stylus'
} } }