-
Fix issue requiring an empty options object to be passed in #68
- require('tailwindcss-capsize')({}) + require('tailwindcss-capsize')
- Avoid error when
normalizeValue
gets an arraye18c905
Still needs to account fully for Tailwind v2 configs, but this helps.
- Allow unitless or percentage-based leading values #34
Uses the inheritedfont-size
to determine pixelline-height
value.
- Use correct path for
types
import #30
This should clear up any TypeScript warnings during local builds.
- Rename plugin using common prefix convention
eac9127
tailwind-capsize
→tailwindcss-capsize
- Cleaned out unused code and fix up docs examples
bc1372f
- Fixed error when trying to set a custom root font-size value #16
- Added actual README and package description & keywords
327886e