flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
24
VISUALIZACION/node_modules/cssnano/dist/lib/styleCache.js
generated
vendored
Executable file
24
VISUALIZACION/node_modules/cssnano/dist/lib/styleCache.js
generated
vendored
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
'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'];
|
||||
Loading…
Add table
Add a link
Reference in a new issue