UNPKG

tailwindcss

Version:

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

25 lines (23 loc) 441 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _default; function _default() { return function ({ addUtilities, variants }) { addUtilities({ '.flex-wrap': { 'flex-wrap': 'wrap' }, '.flex-wrap-reverse': { 'flex-wrap': 'wrap-reverse' }, '.flex-nowrap': { 'flex-wrap': 'nowrap' } }, variants('flexWrap')); }; }