2 Commits

Author SHA1 Message Date
3cc72e9664 Update README.md
All checks were successful
Publish Library / Build NPM Project (push) Successful in 15s
Publish Library / Build Container (push) Successful in 17s
Publish Library / Tag Version (push) Successful in 9s
2026-03-02 02:13:39 -05:00
4abca381c7 bump 1.3.5
All checks were successful
Publish Library / Build Container (push) Successful in 6s
Publish Library / Build NPM Project (push) Successful in 11s
Publish Library / Tag Version (push) Successful in 4s
2026-02-05 15:03:30 -05:00
2 changed files with 4 additions and 3 deletions

View File

@@ -61,10 +61,11 @@ Some extra classes have been added and a few class name changed to match convent
</summary>
#### Prerequisites
- [NPM](https://docs.docker.com/install/)
- _[NPM](https://docs.docker.com/install/)_
#### Instructions
1. Install: `npm i @ztimson/css-utils`;
- Use the CDN: `<link href="https://css.zakscode.com/dist/css-utils.min.css" rel="stylesheet">`
- Install with NPM: `npm i @ztimson/css-utils`;
</details>
<details>

View File

@@ -1,6 +1,6 @@
{
"name": "@ztimson/css-utils",
"version": "1.3.4",
"version": "1.3.5",
"description": "CSS Utility Classes",
"readme": "README.md",
"scripts": {