tailwindcss-text-indent
tailwindcss-text-indent copied to clipboard
Text-indent utilities for Tailwind CSS.
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.19 to 3.4.3. Release notes Sourced from tailwindcss's releases. v3.4.3 Fixed Revert changes to glob handling (#13384) v3.4.2 Fixed Ensure max specificity of 0,0,1 for button and...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.16.7 to 7.23.9. Release notes Sourced from @babel/traverse's releases. v7.23.9 (2024-01-25) :bug: Bug Fix babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env #16225 fix: systemjs re-traverses helpers (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16226...
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...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
The css is messed up when the names contain periods, like: ``` '0.5': '0.125rem' ``` This will result in css like: ``` .-indent-0.\35{ text-indent: -0.125rem; } ``` After this fix...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.38 to 8.4.40. Release notes Sourced from postcss's releases. 8.4.40 Moved to getter/setter in nodes types to help Sass team (by @nex3). 8.4.39 Fixed CssSyntaxError types (by...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.19 to 3.4.6. Release notes Sourced from tailwindcss's releases. v3.4.6 Fixed Fix detection of some utilities in Slim/Pug templates (#14006) Changed Loosen :is() wrapping rules when using...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 2.2.19 to 3.4.12. Release notes Sourced from tailwindcss's releases. v3.4.12 Fixed Ensure using @apply with utilities that use @defaults works with rules defined in the base layer...
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 2.2.19 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 ....