tailwindcss-text-crop
v0.0.2
Published
```js module.exports = { theme: { textCrop: { h1: { lineHeight: 1, // http://text-crop.eightshapes.com/ topCrop: 8, bottomCrop: 10, cropFontSize: 36, cropLineHeight: 1.2 } } }, plug
Downloads
8
Readme
tailwindcss-text-crop
module.exports = {
theme: {
textCrop: {
h1: {
lineHeight: 1,
// http://text-crop.eightshapes.com/
topCrop: 8,
bottomCrop: 10,
cropFontSize: 36,
cropLineHeight: 1.2
}
}
},
plugins: [
require('tailwindcss-text-crop')
]
}