Socket
Socket
Sign inDemoInstall

@tailwindcss/typography

Package Overview
Dependencies
Maintainers
4
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tailwindcss/typography - npm Package Compare versions

Comparing version 0.0.0-insiders.69e3556 to 0.0.0-insiders.71fc8d5

2

CHANGELOG.md

@@ -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'] *))) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc