source: trip-planner-front/node_modules/cssnano-utils/dist/rawCache.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 669 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7
8const pluginCreator = () => {
9 return {
10 postcssPlugin: 'cssnano-util-raw-cache',
11
12 OnceExit(css, {
13 result
14 }) {
15 result.root.rawCache = {
16 colon: ':',
17 indent: '',
18 beforeDecl: '',
19 beforeRule: '',
20 beforeOpen: '',
21 beforeClose: '',
22 beforeComment: '',
23 after: '',
24 emptyBody: '',
25 commentLeft: '',
26 commentRight: ''
27 };
28 }
29
30 };
31};
32
33pluginCreator.postcss = true;
34var _default = pluginCreator;
35exports.default = _default;
36module.exports = exports.default;
Note: See TracBrowser for help on using the repository browser.