Revert "Commit updated Javascript packages"
This reverts commit a88734348a.
This commit is contained in:
31
build/javascript/node_modules/tailwindcss/lib/plugins/backgroundClip.js
generated
vendored
31
build/javascript/node_modules/tailwindcss/lib/plugins/backgroundClip.js
generated
vendored
@@ -1,31 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = _default;
|
||||
|
||||
function _default() {
|
||||
return function ({
|
||||
addUtilities,
|
||||
variants,
|
||||
target
|
||||
}) {
|
||||
addUtilities({
|
||||
'.bg-clip-border': {
|
||||
'background-clip': 'border-box'
|
||||
},
|
||||
'.bg-clip-padding': {
|
||||
'background-clip': 'padding-box'
|
||||
},
|
||||
'.bg-clip-content': {
|
||||
'background-clip': 'content-box'
|
||||
},
|
||||
...(target('display') === 'ie11' ? {} : {
|
||||
'.bg-clip-text': {
|
||||
'background-clip': 'text'
|
||||
}
|
||||
})
|
||||
}, variants('backgroundClip'));
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user