mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-12 15:55:05 -04:00
3 lines
135 B
JavaScript
3 lines
135 B
JavaScript
let nesting = require('../lib/postcss-plugins/nesting')
|
|
module.exports = (nesting.__esModule ? nesting : { default: nesting }).default
|