windicss

Next generation utility-first CSS framework.

MIT License

Downloads
89.7K
Stars
6.5K
Committers
52

Bot releases are visible (Hide)

windicss - v2.3.0

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • add grid-(column-|row-)gap for older browsers (0e89184)
  • memory leak (8dd72fe)

Features

  • new css parser, support nested css. (2f0c41c)
windicss - v2.2.8

Published by github-actions[bot] over 3 years ago

Features

  • support disable cross browser prefixer #132 (3dbdeff)
windicss - v2.2.7

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

  • add defineConfig uitls for config in ts (f0002f4)
windicss - v2.2.6

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

  • support add plugin without plugin wrap (7f3c3af)
  • support add utilities with array (d48c1b6)
windicss - v2.2.5

Published by github-actions[bot] over 3 years ago

Features

  • add keyframes.generate api for addDynamic (6b1f56f)
windicss - v2.2.4

Published by github-actions[bot] over 3 years ago

Bug Fixes

windicss - v2.2.3

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • update snapshots (d070e1e)
  • Wrong gridTemplateRows and gridTemplateColumns property creation #120 (2b0dcaf)

Features

Performance Improvements

Reverts

windicss - v2.2.2

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

  • support theme function (dc933d1)
  • support using theme with square bracket notation #115 (223bb5f)
windicss - v2.2.1

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

  • support define color with keyword, hexa, hsl, hsla, hwb, srgb (2f964a8)
windicss - v2.2.0

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

windicss - v2.1.19

Published by github-actions[bot] over 3 years ago

Features

  • support shortcuts config (f2a6265)
windicss - v2.1.18

Published by github-actions[bot] over 3 years ago

Features

  • support important prefix (59a54e0)
windicss - v2.1.17

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

  • add exclude config (faa0e18)
  • add tailwind exclude list (26ee32b)
  • add transform api for tailwind plugin(in development) (3af21d8)
windicss - v2.1.16

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • add missing chalk pkg (287cf70)
  • avoid change apply to presets (96bfa40)
  • bring back the types/ in dist (2c460b8)
  • custom fontSizes as String and lineHeight as second array item misbehave #80 (14f6e35)
  • Issue with gridTemplateColumns generation #83 (8c65f78)
  • test (aba920c)
  • tsconfig exclude dist (13ad034)
  • types (6d17012)
  • user theme should replace default theme (2091518)

Performance Improvements

windicss - v2.1.15

Published by github-actions[bot] over 3 years ago

Bug Fixes

windicss - v2.1.14

Published by github-actions[bot] over 3 years ago

Bug Fixes

windicss - v2.1.13

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

  • add test for one ignored (0137d3d)
  • cli now supports config file (341c9d9)
windicss - v2.1.12

Published by github-actions[bot] over 3 years ago

Bug Fixes

Features

  • toMatchSnapshot can only accept name now. (83476b3)
windicss - v2.1.11

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • add line-clamp plugin imports (dcfe608)

Features

  • add compile handleIgnored option function (e881673), closes #40
  • add plugin scroll-snap (10a46dd)
windicss - v2.1.10

Published by github-actions[bot] over 3 years ago

Bug Fixes

  • fix aspect test (e281d11)
  • fix missing aspect-ratio pseudo class (d077412), closes #43
  • fix non-class styles add by addUtilities or addComponents disappears. (4114bb2)
  • add missing domhandler pkg (66d4cc8)
  • pass args to let function can access this (064c348)