tailwindcss 4.0.0-alpha.10 → 4.0.0-alpha.12

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 */
@@ -684,6 +683,7 @@
684
683
  font: inherit; /* 1 */
685
684
  font-feature-settings: inherit; /* 1 */
686
685
  font-variation-settings: inherit; /* 1 */
686
+ letter-spacing: inherit; /* 1 */
687
687
  color: inherit; /* 1 */
688
688
  background: transparent; /* 2 */
689
689
  }
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "tailwindcss",
3
- "version": "4.0.0-alpha.10",
3
+ "version": "4.0.0-alpha.12",
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.10"
45
+ "@tailwindcss/oxide": "4.0.0-alpha.12"
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 */
@@ -189,6 +188,7 @@ textarea,
189
188
  font: inherit; /* 1 */
190
189
  font-feature-settings: inherit; /* 1 */
191
190
  font-variation-settings: inherit; /* 1 */
191
+ letter-spacing: inherit; /* 1 */
192
192
  color: inherit; /* 1 */
193
193
  background: transparent; /* 2 */
194
194
  }