tailwindcss
Advanced tools
Changelog
[1.9.3] - 2020-10-16
tailwindcss init --full
scaffolded a corrupt config file (https://github.com/tailwindlabs/tailwindcss/issues/2556)Changelog
[1.9.0] - 2020-10-12
presets
config option (#2474)tailwind.config.js
files with available future
flags commented out (#2379)col-span-full
and row-span-full
(#2471)outline
configurable, outline-none
more accessible by default, and add outline-black
and outline-white
(#2460)rotate
and skew
values (#2528)xl
, 2xl
, and 3xl
border radius values (#2529)grid-auto-columns
and grid-auto-rows
(#2531)defaultLineHeights
and standardFontWeights
from experimental to futureword-wrap
instead of overflow-wrap
in ie11
target mode (#2391)Changelog
[1.8.11] - 2020-10-06
tailwindcss.plugin
work in ESM environments for reasons