1.2.0 • Published 4 years ago

tailwindcss-mask v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

tailwindcss-mask 😷

A plugin that provides mask css utility (mask-image for the moment).

View live demo

<img class="mask-image-simple" src="https://source.unsplash.com/random"/>

Installation

yarn add tailwindcss-mask -D

Usage

The masks configuration must be an object or a function returning an object.

plugins: [
    require('tailwindcss-mask'),
],

Todos

  • Remove lodash
  • Custom mask
  • More mask features
1.2.0

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago