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