Skip to content

Releases: tailwindlabs/tailwindcss

v0.1.4

06 Nov 16:50
Compare
Choose a tag to compare
  • If using Webpack, it will now watch your config file changes
  • Autoprefix dist assets for quick hacking and prototyping
  • Move list utilities earlier in stylesheet to allow overriding with spacing utilities (bug fix)
  • Add my-auto, mt-auto, and mb-auto margin utilities
  • Add sans-serif to end of default sans font stack
  • When running tailwind init [filename], automatically append .js to filename if not present
  • Support default fallback value in config(...) function, ie. config('colors.blue', #0000ff)
  • Don't output empty media queries if Tailwind processes a file that doesn't use Tailwind

v0.1.3

02 Nov 18:16
Compare
Choose a tag to compare
  • Add new .scrolling-touch and .scrolling-auto utilities for controlling inertial scroll behavior on WebKit touch devices
  • Generate separate dist files for preflight, utilities, and tailwind for CDN usage

v0.1.2

01 Nov 22:04
Compare
Choose a tag to compare
  • Fix issue with config option not being respected in tailwind build
  • Target Node 6.9.0 explicitly (instead of 8.6 implicitly) to support more users

v0.1.1

01 Nov 19:19
Compare
Choose a tag to compare
  • Fix tailwind build CLI command not writing output files

v0.1.0

01 Nov 19:11
Compare
Choose a tag to compare
Update package.json