stencil-tailwind icon indicating copy to clipboard operation
stencil-tailwind copied to clipboard

TailwindCSS plugin for Stencil

Results 10 stencil-tailwind issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [ava](https://github.com/avajs/ava). These dependencies need to be updated together. Removes `cacheable-request` Updates `ava` from 3.15.0 to 5.2.0 Release notes Sourced from...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

#13 Provided a fix, but I had to change how you guys build the styles a bit. I do think this solution is a bit cleaner, leveraging PostCss's capabilities.

Fix the import for postcss in the example.

Hi, Would it be possible for you to update the library to use the latest version of Tailwind? Currently it uses Tailwind 1.2 which is fairly old and doesn't contain...

help wanted

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.6 to 8.2.10. Release notes Sourced from postcss's releases. 8.2.10 Fixed ReDoS vulnerabilities in source map parsing. Fixed webpack 5 support (by @​barak007). Fixed docs (by @​roelandmoors)....

dependencies

Hi! The package is great, but I noticed a problem with it: Responsive prefixes are not working. [](https://tailwindcss.com/#responsive-to-the-core) For example if I am using this: `Test` the responsiveness is not...

The following warning appears during dev: ```bash Without `from` option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to...

Nice lib, what is your approach for prerendering an app?