tailwindcss-text-crop

0.0.2 • Public • Published

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')
  ]
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    3
  • 0.0.1
    0

Package Sidebar

Install

npm i tailwindcss-text-crop

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

1.77 kB

Total Files

3

Last publish

Collaborators

  • bradlc