yummacss 3.3.1 → 3.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -25
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@ A CSS framework for the web with abbreviated styles.
9
9
 
10
10
  Yumma CSS is a CLI-first CSS framework packed with a set of non-opinionated, atomic utility classes designed to minimize and scale your codebase.
11
11
 
12
- ### Installing
12
+ ### Using the CLI
13
13
 
14
14
  Install `yummacss` as a dev dependency
15
15
 
@@ -23,30 +23,6 @@ Initialize configuration
23
23
  npx yummacss init
24
24
  ```
25
25
 
26
- Our [framework guides](https://www.yummacss.com/docs/installation#framework-guides) will teach you how to set up your configuration file.
27
-
28
- ## Development setup
29
-
30
- The Yumma CSS CLI provides several commands to help you work with your Yumma CSS files.
31
-
32
- > [!IMPORTANT]
33
- > Make sure you have a `yumma.config.mjs` file set up before running these commands. If you haven’t, run `npx yummacss init` first.
34
-
35
- ### Building styles
36
-
37
- The `build` command will compile your Yumma CSS files once.
38
-
39
- ```bash
40
- npx yummacss build
41
- ```
42
-
43
- ### Watching changes
44
-
45
- The `watch` command will watch for changes in your Yumma CSS files and recompile them automatically.
46
-
47
- ```bash
48
- npx yummacss watch
49
- ```
50
26
 
51
27
  ## Documentation
52
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yummacss",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "A CSS framework for the web with abbreviated styles.",
5
5
  "keywords": [
6
6
  "css-framework",