Skip to content

Commit 0c7e9f1

Browse files
committed
Fix --qk--spacing--xxs value
1 parent 295d9f6 commit 0c7e9f1

File tree

8 files changed

+1176
-7
lines changed

8 files changed

+1176
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212

1313

14+
## 2.3.1 - 2025-06-21
15+
- Fix --qk--spacing--xxs value
16+
17+
18+
1419
## 2.3.0 - 2025-06-18
1520
- Add examples-2.2.3.html in docs
1621
- Change name of --qk--font-family--inline global variable in --qk--font-family--coding

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# quick.css
22

3-
**Quick** is a CSS framework for web developers, [like myself](https://www.guglielmopepe.com/?utm_source=github.com&utm_medium=readme&utm_campaign=quick.css), who do not have time to styling but want their web services to look nice. Current `master` points to version 2.3.0 of the framework.
3+
**Quick** is a CSS framework for web developers, [like myself](https://www.guglielmopepe.com/?utm_source=github.com&utm_medium=readme&utm_campaign=quick.css), who do not have time to styling but want their web services to look nice. Current `master` points to version 2.3.2 of the framework.
44

55
Check out on the [demo page](https://guglielmopepe.github.io/quick/examples.html).
66

docs/examples-2.3.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="description" content="There are demos of Quick.css capabilities. If you open the source code of this page you'll see all of them." />
1414

1515
<!-- CSS esterno -->
16-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/GuglielmoPepe/quick@latest/src/quick.min.css" />
16+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/GuglielmoPepe/quick@2.3.0/src/quick.min.css" />
1717

1818
</head>
1919

0 commit comments

Comments
 (0)