Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@0.5.3 tailwind config streamlining, improved SpaceBlock, etc
tailwind/tailwind.config.base now lives HERE and gets imported import { config } from '@luxdefi/ui/tailwind' --> goes in config.presets[] tailwind/spacing.tailwind.js: (new) fills in missing values in tw config.spacing through 40rem BulletCardBlockComp: card layout improvements ScreenfulBlockComp: shifted from lit units to tw units for header calcs (breaking: requires the expanded config.spacing values) SpaceBlock: major improvement and new prefered usage: sizes?: { xs: 4, sm: 6, etc...} (tw units) w useful default
- Loading branch information