Skip to content

Commit efca065

Browse files
authored
Merge pull request #17 from JimGitFE/development
docs: executable auto install
2 parents 5dafcbf + c11b1b5 commit efca065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
TypeScript utility package that generates a utilities.css file on demand with shorthand class names for common CSS properties. By using intuitive notations like d-f (display: flex) as values for className attributes inside your jsx, this package streamlines your styling process, making your main CSS structure cleaner, reusable and more maintainable while ensuring consistent, efficient application of styles across your project.
66

77
## Installation & Setup (Auto)
8-
First, install the css-utilities-generator package, dependencies and configuration files into your project:
8+
First, run create-css-utilities auto executable, installing css-utilities-generator, dependencies and configuration files into your project:
99
```bash
1010
# Automatic installation executable:
1111
> npx create-css-utilities

0 commit comments

Comments
 (0)