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

Readme

Keywords

Package Sidebar

Install

npm i tailwindcss-text-crop

Weekly Downloads

5

Version

0.0.2

License

MIT

Unpacked Size

1.77 kB

Total Files

3

Last publish

Collaborators

  • bradlc