Skip to content

Commit c2902d2

Browse files
committed
refactor: Update fluid property names in README.md
1 parent bbee65d commit c2902d2

2 files changed

Lines changed: 6 additions & 33 deletions

File tree

README.md

Lines changed: 5 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,46 +11,19 @@ FluidSizingCSS is a pioneering solution for responsive design that transforms ho
1111

1212
## Table of Contents
1313

14-
1. [Introduction](#fluid-sizing-css)
15-
2. [Installation](#installation)
14+
1. [Installation](#installation)
1615
- [Via npm](#via-npm)
1716
- [Optional: Smaller CSS Files](#optional-smaller-css-files)
1817
- [Via CDN](#via-cdn)
19-
3. [File Sizes](#file-sizes)
20-
4. [How It Works](#how-it-works)
18+
1. [File Sizes](#file-sizes)
19+
1. [How It Works](#how-it-works)
2120
- [Example Usage](#example-usage)
2221
- [Global Settings](#global-settings)
23-
5. [Complete List of Fluid Properties](#complete-list-of-fluid-properties)
22+
1. [Complete List of Fluid Properties](#complete-list-of-fluid-properties)
2423
- [Common Fluid Properties](#common-fluid-properties)
25-
- [Text Formatting](#text-formatting)
26-
- [Margin](#margin)
27-
- [Padding](#padding)
28-
- [Border Width](#border-width)
29-
- [Border Radius](#border-radius)
30-
- [Outline](#outline)
31-
- [Inset](#inset)
32-
- [Grid, Flex, and Columns](#grid-flex-and-columns)
33-
- [Background](#background)
34-
- [Scroll](#scroll)
3524
- [Logical Fluid Properties](#logical-fluid-properties)
36-
- [Block](#block)
37-
- [Inline](#inline)
38-
- [Margin](#margin-1)
39-
- [Padding](#padding-1)
40-
- [Border Width](#border-width-1)
41-
- [Border Radius](#border-radius-1)
42-
- [Inset](#inset-1)
43-
- [Scroll](#scroll-1)
4425
- [Physical Fluid Properties](#physical-fluid-properties)
45-
- [Height](#height)
46-
- [Width](#width)
47-
- [Margin](#margin-2)
48-
- [Padding](#padding-2)
49-
- [Border Width](#border-width-2)
50-
- [Border Radius](#border-radius-2)
51-
- [Inset](#inset-2)
52-
- [Scroll](#scroll-2)
53-
6. [License](#license)
26+
1. [License](#license)
5427

5528
---
5629

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluidsizingcss",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "FluidSizingCSS is a pure CSS solution for responsive design, offering fluid sizing locks for seamless scaling across devices. It eliminates the need for external tools, enabling developers to create adaptable, lightweight, and fast interfaces with native CSS. Includes common, logical, and physical fluid properties for comprehensive design flexibility.",
55
"main": "dist/css/fluidsizingcss.min.css",
66
"style": "dist/css/fluidsizingcss.min.css",

0 commit comments

Comments
 (0)