Last change
on this file since 6c1585f 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 |
|
---|
3 | Object.defineProperty(exports, "__esModule", {
|
---|
4 | value: true
|
---|
5 | });
|
---|
6 | exports.default = void 0;
|
---|
7 |
|
---|
8 | const 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 |
|
---|
33 | pluginCreator.postcss = true;
|
---|
34 | var _default = pluginCreator;
|
---|
35 | exports.default = _default;
|
---|
36 | module.exports = exports.default; |
---|
Note:
See
TracBrowser
for help on using the repository browser.