Nestor Vera
Nestor Vera
This PR makes the default name for the portal element lowercase. Some linters don't like it when you use uppercase characters for this and, given browsers turn element and attribute...
This PR adds support for multiple valid CSS properties and values like `clip-path`, `font-feature-settings`, and `text-overflow`. It also fixes some already supported properties that weren't matching correctly like `object-fit` and...
This PR adds the ability to render escaped characters in class selectors to support class names such as `.hover:w-1/2` (like the ones used in [TailwindCSS](https://github.com/tailwindcss/tailwindcss) framework). Code used to get...
It would be great if you could add both `background-repeat: round` and `background-repeat: space` to the background reference since they're really useful in some scenarios. Links: https://css-tricks.com/almanac/properties/b/background-repeat/ http://caniuse.com/#feat=background-repeat-round-space http://cssvalues.com/#background-repeat
> Clearly describe the bug `stylelint --fix` isn't able to remove the extra space at the end of the line. > Which rule, if any, is the bug related to?...
As requested on the docs page for VTable, here's some thoughts on what's missing and could be improved: - [Ā ] Remove component styles (they're interfering with my tailwind classes...
## Bugs Before submitting a bug report: - [x] Double-check that the bug is persistent, - [x] Double-check the bug hasn't already been reported [on our issue tracker](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+org%3Alibrariesio), they *should*...
### Reproduction Link https://tailwindcss.nuxtjs.org/community/changelog/ ### Steps to reproduce Enter the provided link. You'll see a bunch of error from `@nuxt/content` complaining about the component not using slots. This works fine...
Updating `@fullhuman/postcss-purgecss` to v2.x causes the plugin not to use `purgecss.config.js`anymore for some reason. You can find a live example of this issue in this automated PR: https://github.com/hacknug/tailwindcss-parcel-boilerplate/pull/82 This used...
Iād say adding support for at least [`input[type=ācolorā]`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color) and [`input[type=ārangeā]`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range) would make the plugin twice as useful as it is now. [`input[type=āfileā]`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file) would also be cool but Iām not sure...