Commit updated Javascript packages
This commit is contained in:
10
build/javascript/node_modules/tailwindcss/lib/util/increaseSpecificity.js
generated
vendored
Normal file
10
build/javascript/node_modules/tailwindcss/lib/util/increaseSpecificity.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = _default;
|
||||
|
||||
function _default(importantVal, selector) {
|
||||
return `${importantVal} ${selector}`;
|
||||
}
|
||||
Reference in New Issue
Block a user