Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v0.1.4
- 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
, andmb-auto
margin utilities - Add
sans-serif
to end of defaultsans
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
- 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
- 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
- Fix
tailwind build
CLI command not writing output files
v0.1.0
Update package.json