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