HTML-Tailwind-Starter icon indicating copy to clipboard operation
HTML-Tailwind-Starter copied to clipboard

A simple Plain HTML Tailwind starter

Results 7 HTML-Tailwind-Starter issues
Sort by recently updated
recently updated
newest added

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

Hello, nice wee repo, thank you. May I ask where the purge magic happens please?

Fixed Issue #1 Changelog: - Upgraded to Tailwind version 3.1.4 - Added `--wait` flag of the live server with a value of `0` to fix issue where HTML and CSS...

Changes: - Removed the npm watch feature because it slowed down development by rebuilding the project every time a change was made. - Removed the live server dependency and replaced...

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...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.21.1. Changelog Sourced from browserslist's changelog. 4.21.1 Fixed parsing days in since query. 4.21 IE 11 was added to dead and removed from defaults (by...

dependencies

Steps I followed ```bash git clone https://github.com/rebelchris/HTML-Tailwind-Starter.git cd HTML-Tailwind-Starter/ git switch JIT-compiler yarn yarn dev ``` I get this error: ``` npm WARN lifecycle The node binary used for scripts...