An open API service indexing awesome lists of open source software.

https://github.com/still-code/tailwindcss-border-sketch

plugin to add Border Sketch Style to tailwindcss
https://github.com/still-code/tailwindcss-border-sketch

Last synced: 8 months ago
JSON representation

plugin to add Border Sketch Style to tailwindcss

Awesome Lists containing this project

README

          

# tailwindcss border sketch
Simple plugin that adds Border Sketch Style to tailwindcss

## Example:

![example]( example.png "Logo Title Text 1")

## Demo:
[ATM Blog](http://atmonshi.sa)

## Installation

#### NPM:

```console
npm i tailwindcss-border-sketch
```

#### Yarn:

```console
yarn add tailwindcss-border-sketch
```

## Setup

In your Tailwindcss config file add the pligin to the `plugins` array
```
plugins: [
require('tailwindcss-border-sketch')(),
]
```

Then if you re-run your build suite, all the classes are available to use.

## Usage:

```html
Small :


border-sketchy-sm hover:border-sketchy-lg

Medium :


border-sketchy-md hover:border-sketchy-sm

Large :


border-sketchy-lg hover:border-sketchy-md

```