Releases: harvanchik/tailwind-template
v1.5.6 (Dependency Updates)
dependenciy updates
v1.5.5 (Package Updates, Typos)
Updates dependencies, fixed typos in the README.md
file, and other minor changes.
v1.5.4 (Package Updates)
Updated Tailwind CSS package.
v1.5.3 (Extension Recommendations)
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"
]
}
v1.5.2 (Package Updates)
package updates
v1.5.1 (Prettier Changes)
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.
v1.5.0 (Important Fixes)
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.
v1.4.0 (Fixed Gulp Failing)
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.
v1.3.5 (Package Updates)
updated packages
v1.3.4 (Package Updates)
Updated Tailwind CSS and CSSNano.