Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tailwindcss-box-shadow

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcss-box-shadow - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

package.json
{
"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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc