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