tailwindcss-text-fill-stroke
tailwindcss-text-fill-stroke copied to clipboard
Text-fill and text-stroke utilities for Tailwind CSS.
I would be nice if the dependencies had a caret (`^`) in front of their versions in `package.json`. This is important because it allows getting the latest updates with all...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.1.8 to 3.4.1. Release notes Sourced from tailwindcss's releases. v3.4.1 Fixed Don't remove keyframe stops when using important utilities (#12639) Don't add spaces to gradients and grid...
Bumps [flat](https://github.com/hughsk/flat) from 5.0.2 to 6.0.1. Release notes Sourced from flat's releases. v6.0.1 Bug Fixes 🐛 Fix misformatted export field in package.json (see #172). v6.0.0 New Features ✨ Package is...
I've setup correctly (I believe), but the plugin is not doing anything. tailwind.config.js: ``` module.exports = { content: ['./src/**/*.{astro,html,js,jsx,md,svelte,ts,tsx,vue}'], theme: { textFillColor: (theme) => theme('borderColor'), textStrokeColor: (theme) => theme('borderColor'), textStrokeWidth:...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.0.14. Release notes Sourced from tailwindcss's releases. v4.0.14 Fixed Do not extract candidates with JS string interpolation ${ (#17142) Fix extraction of variants containing ....