@tailwindcss/postcss7-compat
Version:
A utility-first CSS framework for rapidly building custom user interfaces.
22 lines (20 loc) • 397 B
JavaScript
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'));
};
}
;