flowbite-typography
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"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', |
125842
3038
102