UNPKG

react-klasha

Version:

This is an reactJS library for implementing klasha payment gateway

26 lines (23 loc) 613 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _postcss = require('postcss'); exports.default = (0, _postcss.plugin)('cssnano-util-raw-cache', () => { return (css, result) => { result.root.rawCache = { colon: ':', indent: '', beforeDecl: '', beforeRule: '', beforeOpen: '', beforeClose: '', beforeComment: '', after: '', emptyBody: '', commentLeft: '', commentRight: '' }; }; }); module.exports = exports['default'];