@tailwindcss/typography
Advanced tools
Comparing version 0.0.0-insiders.69e3556 to 0.0.0-insiders.71fc8d5
@@ -10,3 +10,3 @@ # Changelog | ||
- Nothing yet! | ||
- Fix space between `<figcaption>` and `<video>` ([#339](https://github.com/tailwindlabs/tailwindcss-typography/pull/339)) | ||
@@ -13,0 +13,0 @@ ## [0.5.10] - 2023-09-05 |
{ | ||
"name": "@tailwindcss/typography", | ||
"version": "0.0.0-insiders.69e3556", | ||
"version": "0.0.0-insiders.71fc8d5", | ||
"description": "A Tailwind CSS plugin for automatically styling plain HTML content with beautiful typographic defaults.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -171,2 +171,3 @@ <p> | ||
| `prose-em:{utility}` | `em` | | ||
| `prose-kbd:{utility}` | `kbd` | | ||
| `prose-code:{utility}` | `code` | | ||
@@ -173,0 +174,0 @@ | `prose-pre:{utility}` | `pre` | |
@@ -93,2 +93,3 @@ const plugin = require('tailwindcss/plugin') | ||
['em'], | ||
['kbd'], | ||
['code'], | ||
@@ -95,0 +96,0 @@ ['pre'], |
@@ -698,2 +698,3 @@ const path = require('path') | ||
prose-em:italic | ||
prose-kbd:border-b-2 | ||
prose-code:font-mono | ||
@@ -811,2 +812,6 @@ prose-pre:font-mono | ||
} | ||
.prose-kbd\:border-b-2 | ||
:is(:where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *))) { | ||
border-bottom-width: 2px; | ||
} | ||
.prose-code\:font-mono | ||
@@ -894,2 +899,3 @@ :is(:where(code):not(:where([class~='not-prose'], [class~='not-prose'] *))) { | ||
markdown-em:italic | ||
markdown-kbd:border-b-2 | ||
markdown-code:font-mono | ||
@@ -1009,2 +1015,6 @@ markdown-pre:font-mono | ||
} | ||
.markdown-kbd\:border-b-2 | ||
:is(:where(kbd):not(:where([class~='not-markdown'], [class~='not-markdown'] *))) { | ||
border-bottom-width: 2px; | ||
} | ||
.markdown-code\:font-mono | ||
@@ -1011,0 +1021,0 @@ :is(:where(code):not(:where([class~='not-markdown'], [class~='not-markdown'] *))) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
118052
3156
399