File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
https://github.com/barvian/fluid-tailwind/assets/868352/521f0537-85cc-46b0-8654-ca704abbd11c
4
4
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 ) .
6
6
7
7
---
8
8
Original file line number Diff line number Diff line change 1
1
[ ![ Fluid for Tailwind CSS] ( https://fluid.tw/preview.webp )] ( https://fluid.tw )
2
2
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 ) .
4
4
5
5
---
6
6
Original file line number Diff line number Diff line change 1
1
import Link from ' /components/Link.astro'
2
2
export const components = { a: Link }
3
3
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 ) .
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : ./_Layout.astro
3
3
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.
5
5
headline : Build better responsive designs in less code.
6
6
---
7
7
import Split from ' ./_Split.svelte'
You can’t perform that action at this time.
0 commit comments