mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2026-01-18 16:17:36 +00:00
* run prettier on integrations
* update media query syntax
* drop oxide related workflows
* rename `{workflow}-stable` to just `workflow`
11 lines
259 B
HTML
11 lines
259 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="stylesheet" href="./index.css" />
|
|
<title>Document</title>
|
|
</head>
|
|
<body></body>
|
|
</html>
|