New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flowbite-typography

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowbite-typography - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "flowbite-typography",
"version": "1.0.3",
"version": "1.0.4",
"description": "Flowbite Typography is a plugin that lets you apply styles to all inline typography styles forked from the official Tailwind CSS plugin.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -22,2 +22,3 @@ <p>

For full documentation, visit [flowbite.com](https://flowbite.com/docs/components/typography/).
## Getting started

@@ -24,0 +25,0 @@

@@ -164,2 +164,5 @@ const colors = require('tailwindcss/colors')

},
'tbody tr th p': {
margin: '0 !important',
},
'thead th:first-child': {

@@ -177,2 +180,5 @@ paddingLeft: '0',

},
'tbody td p, tfoot td p': {
margin: '0 !important'
},
'tbody td:first-child, tfoot td:first-child': {

@@ -932,2 +938,3 @@ paddingLeft: '0',

'thead th': {
backgroundColor: 'var(--tw-format-th-bg)',
color: 'var(--tw-format-headings)',

@@ -938,2 +945,15 @@ fontWeight: '600',

},
'tbody th': {
backgroundColor: 'var(--tw-format-th-bg)',
color: 'var(--tw-format-headings)',
fontWeight: '600',
verticalAlign: 'bottom',
padding: em(10, 18)
},
'tbody tr th p, tbody tr td p': {
margin: '0 !important'
},
'tbody tr th, tbody tr td': {
padding: `${em(8, 12)} !important`
},
'tbody tr': {

@@ -940,0 +960,0 @@ borderBottomWidth: '1px',

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