These files should not be added
This commit is contained in:
22
build/javascript/node_modules/tailwindcss/lib/plugins/pointerEvents.js
generated
vendored
22
build/javascript/node_modules/tailwindcss/lib/plugins/pointerEvents.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({
|
||||
'.pointer-events-none': {
|
||||
'pointer-events': 'none'
|
||||
},
|
||||
'.pointer-events-auto': {
|
||||
'pointer-events': 'auto'
|
||||
}
|
||||
}, variants('pointerEvents'));
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user