initial commit
This commit is contained in:
9
node_modules/postcss-minify-selectors/dist/lib/unquote.js
generated
vendored
Normal file
9
node_modules/postcss-minify-selectors/dist/lib/unquote.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
exports.default = string => string.replace(/["']/g, '');
|
||||
|
||||
module.exports = exports['default'];
|
||||
Reference in New Issue
Block a user