Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v0.1.4
- If using Webpack, it will now watch your config file changes
- Autoprefix
distassets 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-automargin utilities - Add
sans-serifto end of defaultsansfont stack - When running
tailwind init [filename], automatically append.jsto 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-touchand.scrolling-autoutilities 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 buildCLI command not writing output files
v0.1.0
Update package.json