Skip to content

Commit 5bfe44f

Browse files
committed
Description update
1 parent 1b77663 commit 5bfe44f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
https://github.com/barvian/fluid-tailwind/assets/868352/521f0537-85cc-46b0-8654-ca704abbd11c
44

5-
Scale utilities between breakpoints with [CSS `clamp()`](https://developer.mozilla.org/en-US/docs/Web/CSS/clamp) instead of media queries.
5+
Scale utilities smoothly between breakpoints with [CSS `clamp()`](https://developer.mozilla.org/en-US/docs/Web/CSS/clamp).
66

77
---
88

plugin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Fluid for Tailwind CSS](https://fluid.tw/preview.webp)](https://fluid.tw)
22

3-
Scale utilities between breakpoints with [CSS `clamp()`](https://developer.mozilla.org/en-US/docs/Web/CSS/clamp) instead of media queries.
3+
Scale utilities smoothly between breakpoints with [CSS `clamp()`](https://developer.mozilla.org/en-US/docs/Web/CSS/clamp).
44

55
---
66

site/pages/_lead.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import Link from '/components/Link.astro'
22
export const components = { a: Link }
33

4-
Scale utilities between breakpoints with [CSS `clamp()`](https://developer.mozilla.org/en-US/docs/Web/CSS/clamp) instead of media queries.
4+
Scale utilities smoothly between breakpoints with [CSS `clamp()`](https://developer.mozilla.org/en-US/docs/Web/CSS/clamp).

site/pages/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: ./_Layout.astro
33
title: Fluid for Tailwind CSS - Build better responsive designs in less code.
4-
description: Scale utilities between breakpoints with modern clamp() functions instead of media queries.
4+
description: Scale utilities smoothly between breakpoints with modern clamp() functions.
55
headline: Build better responsive designs in less code.
66
---
77
import Split from './_Split.svelte'

0 commit comments

Comments
 (0)