Skip to content

v1.3.1

Latest
Compare
Choose a tag to compare
@mrcaidev mrcaidev released this 29 May 05:36
· 10 commits to master since this release

Fixes

  • To generate semantic classes, a foreground color pair should not be compulsory for custom colors.
  • Remove compilation warning about missing scales for custom colors.

Documentation

  • Fixed dead links.
  • Added Advantages for either approach.
  • Added Why Smaller CSS Bundle?
  • Added Custom Colors.

Tests

  • Added tests for plugin.ts.
  • Added tests for index.ts.

Others

  • Use @apply bg-red-1 instead of @apply bg-[${colorName}] to achieve better compatibility and readability.
  • Refactoring.