BetaThis is a live doc! Anyone with edit access can make updates in real time without having to publish.
Tailwind Base (CSS Reset)

@tailwind base 的默认样式(官方称为 Preflighthttps://tailwindcss.com/docs/preflight preflight.css

功能包括

  • 将所有元素设置为 border-box

  • 移除所有 margin 和 padding

  • 移除所有 heading (h1 ~ h6)、a 标签、 list(ol, ul)的默认样式

  • 将图片、视频、canvas、嵌入元素设置为 Block

  • 将图片和视频 (img, video) 元素设置 max-width: 100%height: auto

  • 修改了默认的 border 样式(具体请看官方文档

  • 增强文本可读性

    • line-height: 1.5tab-size: 4

    • 段落字体默认使用 Sans Serif、代码字体默认使用 Mono

  • 解决若干浏览器的兼容问题(具体查看源代码