Releases: lazymozek/gulp-with-tailwindcss
Releases · lazymozek/gulp-with-tailwindcss
Tailwind v3.3 Update
v3.0 Release
Bug Fixes
- Updated
purgecss
extractor to support latest tailwindcss (v3.0) arbitrary values classes - Made build files to be independent of dev files when using
build
command - Fixed CSS minification issues by adding
cssnano
plugin
Updates
- Updated
config.js
to have more accessible configurations for plugins used - Added support for
imagemin
plugins with quality control option usingconfig.js
- Added
purgecss
config for configure more options such assafelist
when using custom arbitrary values classes - Updated
index.html
with documentation link - Added supports for
third-party
files andfonts
with which you can includes files directly from the folders.
v2.1.0
Latest Updates
- Updated TailwindCSS, Post CSS and other packages to latest version
- Added TailwindCSS
@tailwindcss/container-queries
plugin - Added option in
config.js
to enable/disable tailwind plugins, by default all are enabled, You can referplugins
key underconfig.js
- Added
prettier
andprettier-plugin-tailwindcss
plugin
v2.0.0
Release update
- Updated TailwindCSS version to 3+
- Updated
tailwind.config.js
according to latest version - Replaces
node-sass
withsass
- Updated Gulp to latest version
- Added Tailwind Official Plugins (@tailwindcss/typography, @tailwindcss/forms, @tailwindcss/line-clamp)
- Added MIT License
v1.3.1
v1.3
v1.2.2
v1.2.0
v1.1.0
Updates
- Code Rewrite with respect to gulp v4+
- Added
Port
toconfig.js
default is 9050 - Added External folder pattern which will be discarded on JS concatenation (to excluded third party plugins)
Fixes
- Fixed Styles concatenate order
- Fixed dev and build folder names being hardcoded which affects in cleaning folders before build/dev
Stable Release 1.0.0
Bug Fixes / Package Updates
- Added
Config.js
file for folder/file names configuration - Updated TailwindCSS to latest version (v1.9.0)
- Updated Packages and Fixed issues in updated packages
(Note: From this release, repo will be maintained constantly, feel free to raise issues and improvements)