UNPKG

tailwindcss

Version:

A utility-first CSS framework for rapidly building custom user interfaces.

25 lines (23 loc) 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _default; function _default() { return function ({ addUtilities, variants }) { addUtilities({ '.clear-left': { clear: 'left' }, '.clear-right': { clear: 'right' }, '.clear-both': { clear: 'both' } }, variants('clear')); }; }