first commit
This commit is contained in:
9
node_modules/css-functions-list/esm/index.js
generated
vendored
Normal file
9
node_modules/css-functions-list/esm/index.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { fileURLToPath, URL } from 'url';
|
||||
|
||||
/**
|
||||
* Path to CSS functions list JSON file.
|
||||
*/
|
||||
const location = fileURLToPath(new URL('index.json', import.meta.url));
|
||||
|
||||
export { location as default };
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user