Start over, this time in Astro
This commit is contained in:
13
node_modules/tailwindcss/lib/util/escapeCommas.js
generated
vendored
13
node_modules/tailwindcss/lib/util/escapeCommas.js
generated
vendored
@@ -1,13 +0,0 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
Object.defineProperty(exports, "default", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return escapeCommas;
|
||||
}
|
||||
});
|
||||
function escapeCommas(className) {
|
||||
return className.replace(/\\,/g, "\\2c ");
|
||||
}
|
Reference in New Issue
Block a user