gulp-with-tailwindcss

Gulp with TailwindCSS Starter Kit

MIT License

Stars
253
Committers
5

Bot releases are hidden (Show)

gulp-with-tailwindcss - Tailwind v3.3 Update Latest Release

Published by manjumjn over 1 year ago

  • Updated to latest Tailwind CSS v.3.3 release
  • Removed line-clamp plugin as latest version includes line-clamp-* utility by default
gulp-with-tailwindcss - v3.0 Release

Published by manjumjn over 1 year ago

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 using config.js
  • Added purgecss config for configure more options such as safelist when using custom arbitrary values classes
  • Updated index.html with documentation link
  • Added supports for third-party files and fonts with which you can includes files directly from the folders.
gulp-with-tailwindcss - v2.1.0

Published by manjumjn over 1 year ago

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 refer plugins key under config.js
  • Added prettier and prettier-plugin-tailwindcss plugin
gulp-with-tailwindcss - v2.0.0

Published by manjumjn almost 2 years ago

Release update

  • Updated TailwindCSS version to 3+
  • Updated tailwind.config.js according to latest version
  • Replaces node-sass with sass
  • Updated Gulp to latest version
  • Added Tailwind Official Plugins (@tailwindcss/typography, @tailwindcss/forms, @tailwindcss/line-clamp)
  • Added MIT License
gulp-with-tailwindcss - v1.3.1

Published by manjumjn over 3 years ago

Bug Fixes

  • Fixed Styles duplicate due to scss and css file being compiled on production build
gulp-with-tailwindcss - v1.3

Published by manjumjn over 3 years ago

Updates

  • Updated with Tailwind v2.1 which has JIT Built In
gulp-with-tailwindcss - v1.2.2

Published by manjumjn almost 4 years ago

Bug Fixes

  • Fixed Path Issue being 404
  • Replaced gulp-uglify with gulp-terser
gulp-with-tailwindcss - v1.2.0

Published by manjumjn almost 4 years ago

Updates

  • Updated TailwindCSS (2.0+)
  • Updated PostCSS (v8.0+)
gulp-with-tailwindcss - v1.1.0

Published by manjumjn almost 4 years ago

Updates

  • Code Rewrite with respect to gulp v4+
  • Added Port to config.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
gulp-with-tailwindcss - Stable Release 1.0.0

Published by manjumjn almost 4 years ago

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)

Related Projects