tailwindcss-box-shadow
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "tailwindcss-box-shadow", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Tailwind CSS plugin that generates box-shadow utility values exactly as they're defined in the config.", | ||
@@ -27,7 +27,7 @@ "main": "src/index.js", | ||
"postcss": "^8.4.16", | ||
"tailwindcss": "^3.1.8", | ||
"tailwindcss": "^3.3.0", | ||
"xo": "^0.47.0" | ||
}, | ||
"peerDependencies": { | ||
"tailwindcss": ">=3.0.0" | ||
"tailwindcss": ">=3.3.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "jest": { |
@@ -37,4 +37,4 @@ # tailwindcss-box-shadow | ||
```html | ||
<div class="shadow-xl"> | ||
Fugiat id id enim commodo. | ||
<div class="shadow-2xl"> | ||
Box with big ass shadow | ||
</div> | ||
@@ -74,7 +74,7 @@ ``` | ||
[npm-stats]: https://npm-stat.com/charts.html?package=tailwindcss-box-shadow&from=2021-01-29 | ||
[npm-version-shield]: https://img.shields.io/npm/v/tailwindcss-box-shadow.svg?style=flat-square | ||
[npm-stats-shield]: https://img.shields.io/npm/dt/tailwindcss-box-shadow.svg?style=flat-square&color=6875f5 | ||
[npm-version-shield]: https://img.shields.io/npm/v/tailwindcss-box-shadow.svg | ||
[npm-stats-shield]: https://img.shields.io/npm/dt/tailwindcss-box-shadow.svg?color=6875f5 | ||
[github-ci]: https://github.com/maizzle/tailwindcss-box-shadow/actions | ||
[github-ci-shield]: https://img.shields.io/github/workflow/status/maizzle/tailwindcss-box-shadow/Node.js%20CI?style=flat-square | ||
[github-ci-shield]: https://github.com/maizzle/tailwindcss-box-shadow/actions/workflows/nodejs.yml/badge.svg | ||
[license]: ./LICENSE | ||
[license-shield]: https://img.shields.io/npm/l/tailwindcss-box-shadow.svg?style=flat-square&color=0e9f6e | ||
[license-shield]: https://img.shields.io/npm/l/tailwindcss-box-shadow.svg?style=color=0e9f6e |
@@ -19,2 +19,3 @@ const plugin = require('tailwindcss/plugin') | ||
boxShadow: false, | ||
boxShadowColor: false, | ||
} | ||
@@ -21,0 +22,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
218
0
12502