New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fluid-tailwind

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluid-tailwind - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/util/context.d.ts

@@ -6,3 +6,3 @@ import type { PluginAPI } from 'tailwindcss/types/config';

};
type Breakpoints = [string] | [undefined, string] | [string, string];
type Breakpoints = [string?, string?];
export type ResolvedFluidThemeConfig = Partial<{

@@ -9,0 +9,0 @@ defaultScreens: Breakpoints;

{
"name": "fluid-tailwind",
"version": "1.0.1",
"version": "1.0.2",
"author": "Maxwell Barvian",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

[![Fluid for Tailwind CSS](https://fluid.tw/preview.webp)](https://fluid.tw)
Scale utilities between breakpoints with [CSS `clamp()`](https://developer.mozilla.org/en-US/docs/Web/CSS/clamp) instead of media queries.
Scale utilities smoothly between breakpoints with [CSS `clamp()`](https://developer.mozilla.org/en-US/docs/Web/CSS/clamp).

@@ -5,0 +5,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