Skip to content

MatteoGauthier/tailwindcss-mask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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