Opal-Estate-Pro/node_modules/cssnano/dist/lib/styleCache.js

24 lines
587 B
JavaScript
Raw Normal View History

2019-09-13 06:27:52 +02:00
'use strict';
exports.__esModule = true;
var _postcss = require('postcss');
exports.default = (0, _postcss.plugin)('cssnano-reset-stylecache', function () {
return function (css, result) {
result.root.rawCache = {
colon: ':',
indent: '',
beforeDecl: '',
beforeRule: '',
beforeOpen: '',
beforeClose: '',
beforeComment: '',
after: '',
emptyBody: '',
commentLeft: '',
commentRight: ''
};
};
});
module.exports = exports['default'];