Commit updated Javascript packages
This commit is contained in:
19
build/javascript/node_modules/tailwindcss/lib/plugins/appearance.js
generated
vendored
Normal file
19
build/javascript/node_modules/tailwindcss/lib/plugins/appearance.js
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = _default;
|
||||
|
||||
function _default() {
|
||||
return function ({
|
||||
addUtilities,
|
||||
variants
|
||||
}) {
|
||||
addUtilities({
|
||||
'.appearance-none': {
|
||||
appearance: 'none'
|
||||
}
|
||||
}, variants('appearance'));
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user