tailwind-template

A static site starter template using Tailwind CSS and Gulp.

MIT License

Stars
12
Committers
1

Bot releases are hidden (Show)

tailwind-template - v1.5.4 (Package Updates)

Published by harvanchik over 2 years ago

Updated Tailwind CSS package.

tailwind-template - v1.5.3 (Extension Recommendations)

Published by harvanchik over 2 years ago

Added recommended extensions to the project. The user will be prompted to accept and install the recommended extensions when opening the project in VS Code.

{
  "recommendations": [
    "VisualStudioExptTeam.vscodeintellicode",
    "austenc.tailwind-docs",
    "PKief.material-icon-theme",
    "christian-kohler.path-intellisense",
    "esbenp.prettier-vscode",
    "jgclark.vscode-todo-highlight"
  ],
  "unwantedRecommendations": [
    "heybourn.headwind",
    "macieklad.tailwind-sass-syntax"
  ]
}
tailwind-template - v1.5.2 (Package Updates)

Published by harvanchik over 2 years ago

tailwind-template - v1.5.1 (Prettier Changes)

Published by harvanchik over 2 years ago

Added some custom options for Prettier. Also added a ignore file for paths that Prettier should not format.
Formatted all files.

Updated Tailwind CSS package.

tailwind-template - v1.5.0 (Important Fixes)

Published by harvanchik over 2 years ago

Fixed CSS not generating due to problem with how Tailwind CSS is reading the string from the content property in the tailwind.config.js file.

Changed the gulpfile.js extension to .mjs to allow the use of ES6 imports over the require().

Added an NPM script clean to remove the destination folder quickly and without administrative permissions.

tailwind-template - v1.4.0 (Fixed Gulp Failing)

Published by harvanchik over 2 years ago

Fixed the gulp throwing an error on execution. Switched to using import instead of require() in gulpfile.js

Updated packages for Tailwind CSS, CSSNano, and Autoprefixer.

tailwind-template - v1.3.5 (Package Updates)

Published by harvanchik almost 3 years ago

tailwind-template - v1.3.4 (Package Updates)

Published by harvanchik almost 3 years ago

Updated Tailwind CSS and CSSNano.

tailwind-template - v1.3.3 (Package Updates)

Published by harvanchik almost 3 years ago

Updated Tailwind CSS, CSSNano, and NPM Check Updates.

tailwind-template - v1.3.2 (TailwindCSS Minor Update)

Published by harvanchik almost 3 years ago

Updated Tailwind CSS to v3.0.1 and Autoprefixer to v10.4.0.

tailwind-template - v1.3.1 (Added Autoprefixer Dependency)

Published by harvanchik almost 3 years ago

Adding the missing autoprefixer dependency which is required by TailwindCSS.

tailwind-template - v1.3.0 (Tailwind v3.0 Update)

Published by harvanchik almost 3 years ago

Updated this project to use TailwindCSS v3.0.

tailwind-template - v1.2.11 (Package Updates)

Published by harvanchik almost 3 years ago

Updated various packages including Tailwind and Gulp plugins.

tailwind-template - v1.2.10 (Gulp Error Fix; TailwindCSS Update)

Published by harvanchik about 3 years ago

Updated TailwindCSS from v2.2.16 to v2.2.17.
Updated gulp-svgmin from v4.0.1 to v4.1.0. This should resolve an error that was being thrown while running gulp.

tailwind-template - v1.2.9 (Tailwind Update)

Published by harvanchik about 3 years ago

Updated TailwindCSS from version 2.2.15 to 2.2.16.
Updated TailwindCSS Forms from version 0.3.3 to 0.3.4.

tailwind-template - v1.2.8 (Tailwind Update)

Published by harvanchik about 3 years ago

Updated TailwindCSS from version 2.2.14 to 2.2.15.

tailwind-template - v1.2.7 (Tailwind Update)

Published by harvanchik about 3 years ago

Updated TailwindCSS from version 2.2.10 to 2.2.14.

tailwind-template - v1.2.6 (Tailwind Update)

Published by harvanchik about 3 years ago

Updated TailwindCSS from version 2.2.7 to 2.2.10. Updated npm-check-updates from 11.8.3 to 11.8.5.

tailwind-template - v1.2.5 (Tailwind, CSSNano, & GulpRevRewrite Updates)

Published by harvanchik about 3 years ago

Updated TailwindCSS from 2.2.6 to 2.2.7.
Updated CSSNano from 5.0.7 to 5.0.8.
Updated GulpRevRewrite from 4.0.0 to 5.0.0.

tailwind-template - v1.2.4 (Updated Gulp SVG Min)

Published by harvanchik over 3 years ago

Updated the version of gulp-svgmin from v3.0 to v4.0.1.

Badges
Extracted from project README
Maintenance GitHub release GitHub license
Related Projects