Skip to content

Commit e4334e6

Browse files
committed
feat: experimental removed
1 parent b2acfa3 commit e4334e6

File tree

10 files changed

+5882
-10
lines changed

10 files changed

+5882
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<a href="#installation" width="100%">
2-
<img src="banner.svg" alt="Title banner"/>
2+
<img src="img/banner.svg" alt="Title banner"/>
33
</a>
44

55
## Tailwind CSS Text Shadow Plugin
66

7+
[![NPM](https://nodei.co/npm/@designbycode/tailwindcss-text-shadow.png?mini=true)](https://nodei.co/npm/@designbycode/tailwindcss-text-shadow/)
8+
79
[![npm version](https://badge.fury.io/js/@designbycode%2Ftailwindcss-text-shadow.svg)](https://badge.fury.io/js/@designbycode%2Ftailwindcss-text-shadow)
810
![npm](https://img.shields.io/npm/dt/%40designbycode/tailwindcss-text-shadow)
911
![NPM](https://img.shields.io/npm/l/%40designbycode%2Ftailwindcss-text-shadow)
@@ -13,12 +15,10 @@
1315
[![GitHub stars](https://img.shields.io/github/stars/DesignByCode/tailwindcss-text-shadow?style=social)](https://github.com/DesignByCode/tailwindcss-text-shadow/stargazers)
1416
[![HitCount](https://hits.dwyl.com/designbycode/tailwindcss-text-shadow.svg?style=flat)](http://hits.dwyl.com/designbycode/tailwindcss-text-shadow)
1517

16-
[![NPM](https://nodei.co/npm/@designbycode/tailwindcss-text-shadow.png)](https://nodei.co/npm/@designbycode/tailwindcss-text-shadow/)
17-
1818
The Tailwind CSS **Text Shadow Plugin** extends the default set of utility classes in **Tailwind CSS** to provide easy text shadow customization for your web projects. With this plugin, you can apply custom text shadows using utility
1919
classes or define your own text shadow variations based on predefined steps and color palettes.
2020

21-
![TextShadow Plugin](screenshot.png)
21+
![TextShadow Plugin](img/screenshot.png)
2222

2323
## 📇 Table of Contents
2424

@@ -103,7 +103,7 @@ module.exports = {
103103
104104
See plugin in action in video below. 👇
105105
106-
[![Tailwindcss text-shadow tutorial](thumb-play.png)](https://youtu.be/Xb0wAMAGAHE)
106+
[![Tailwindcss text-shadow tutorial](img/thumb-play.png)](https://youtu.be/Xb0wAMAGAHE)
107107
108108
### Apply Text Shadows
109109
@@ -196,7 +196,7 @@ The long shadow is a new experimental feature that I add. It creates shadow that
196196
</h1>
197197
```
198198
199-
[![Tailwindcss text-shadow tutorial](play-thumbnail-text-shadow.png)](https://youtu.be/quyJpz5dtcs)
199+
[![Tailwindcss text-shadow tutorial](img/play-thumbnail-text-shadow.png)](https://youtu.be/quyJpz5dtcs)
200200
201201
## Customization
202202

coverage/coverage-summary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{"total": {"lines":{"total":7,"covered":7,"skipped":0,"pct":100},"statements":{"total":7,"covered":7,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"branches":{"total":2,"covered":2,"skipped":0,"pct":100},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":"Unknown"}}
2-
,"C:\\www\\npm-packages\\tailwindcss-text-shadow\\src\\generateShadows.ts": {"lines":{"total":7,"covered":7,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":7,"covered":7,"skipped":0,"pct":100},"branches":{"total":2,"covered":2,"skipped":0,"pct":100}}
2+
,"C:\\www\\npm-packages\\packages\\tailwindcss-text-shadow\\src\\generateShadows.ts": {"lines":{"total":7,"covered":7,"skipped":0,"pct":100},"functions":{"total":1,"covered":1,"skipped":0,"pct":100},"statements":{"total":7,"covered":7,"skipped":0,"pct":100},"branches":{"total":2,"covered":2,"skipped":0,"pct":100}}
33
}

dist/index.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.umd.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)