first commit
This commit is contained in:
11
node_modules/css-functions-list/cjs/index.js
generated
vendored
Normal file
11
node_modules/css-functions-list/cjs/index.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
var url = require('url');
|
||||
|
||||
/**
|
||||
* Path to CSS functions list JSON file.
|
||||
*/
|
||||
const location = url.fileURLToPath(new url.URL('index.json', (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('index.js', document.baseURI).href))));
|
||||
|
||||
module.exports = location;
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user