src/blog/tailwindcss-1-8/index.mdx
import { adamwathan } from "@/app/blog/authors"; import { Image } from "@/components/media"; import Link from "next/link"; import card from "./card.jpg";
export const meta = {
title: "Tailwind CSS v1.8.0",
description: Tailwind CSS v1.8.0 is now available, with font-variant-numeric support, experimental dark mode, and more!,
date: "2020-09-04T20:15:00.000Z",
authors: [adamwathan],
image: card,
excerpt: (
<>
Tailwind CSS v1.8 is now available with a handful of new utilities, a couple new features, and an exciting new
experiment!
</>
),
};
Tailwind CSS v1.8 is now available with a handful of new utilities, a couple new features, and an exciting new experiment!
font-variant-numeric utilities (#2305)place-items, place-content, place-self, justify-items, and justify-self utilities (#2306)preserveHtmlElements option for purge (#2283)layers mode for purge (#2288)@layer at-rules are now grouped with the corresponding @tailwind at-rule (#2312)conservative purge mode has been deprecated in favor of the new layers mode (#2288)Check out the full release notes on GitHub for more details.
Want to talk about this post? <a href="https://github.com/tailwindcss/tailwindcss/discussions/2315">Discuss this on GitHub →</a>