tailwindcss 4.0.0-alpha.11 → 4.0.0-alpha.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.css CHANGED
@@ -494,7 +494,6 @@
494
494
  ::after,
495
495
  ::before,
496
496
  ::backdrop,
497
- ::first-letter,
498
497
  ::file-selector-button {
499
498
  box-sizing: border-box; /* 1 */
500
499
  margin: 0; /* 2 */
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "tailwindcss",
3
- "version": "4.0.0-alpha.11",
3
+ "version": "4.0.0-alpha.13",
4
4
  "description": "A utility-first CSS framework for rapidly building custom user interfaces.",
5
5
  "license": "MIT",
6
- "repository": "https://github.com/tailwindlabs/tailwindcss.git",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/tailwindlabs/tailwindcss.git",
9
+ "directory": "packages/tailwindcss"
10
+ },
7
11
  "bugs": "https://github.com/tailwindlabs/tailwindcss/issues",
8
12
  "homepage": "https://tailwindcss.com",
9
13
  "exports": {
@@ -38,7 +42,7 @@
38
42
  "devDependencies": {
39
43
  "@types/node": "^20.10.8",
40
44
  "lightningcss": "^1.24.0",
41
- "@tailwindcss/oxide": "4.0.0-alpha.11"
45
+ "@tailwindcss/oxide": "4.0.0-alpha.13"
42
46
  },
43
47
  "scripts": {
44
48
  "lint": "tsc --noEmit",
package/preflight.css CHANGED
@@ -8,7 +8,6 @@
8
8
  ::after,
9
9
  ::before,
10
10
  ::backdrop,
11
- ::first-letter,
12
11
  ::file-selector-button {
13
12
  box-sizing: border-box; /* 1 */
14
13
  margin: 0; /* 2 */