UNPKG

@adaptabletools/adaptable-cjs

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

15 lines (14 loc) 515 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.twMerge = void 0; const tailwind_merge_1 = require("tailwind-merge"); exports.twMerge = (0, tailwind_merge_1.extendTailwindMerge)({ prefix: 'twa', extend: { theme: { // ↓ `text` is the key of the namespace `--text-*` text: ['0', '1', '2', '3', '4', '5', '6', '7'], radius: ['none', 'standard', 'xs', 'sm', 'md', 'lg', 'xl', '2xl', '3xl', '4xl', 'full'], }, }, });