Skip to content

Commit ab87a4f

Browse files
authored
Update README.md
1 parent d7dcc65 commit ab87a4f

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

README.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
1-
# animations
2-
Animations library for Scratch users
1+
# All Scratch modules together
2+
Joining all Scratch modules packing as a single one. So joins all those:
3+
4+
- [@scratch-css/scratch](https://github.com/scratch-css/scratch) - Main Library
5+
- [@scratch-css/grid](https://github.com/scratch-css/grid) - Grid system
6+
- [@scratch-css/ui](https://github.com/scratch-css/ui) - UIkit
7+
- [@scratch-css/helpers](https://github.com/scratch-css/helpers) - Helpers
8+
- [@scratch-css/animations](https://github.com/scratch-css/animations) - Animations
9+
10+
To know more about Scratch and its modules [read more here](https://github.com/scratch-css/scratch).
11+
12+
### Installing:
13+
14+
npm install @scratch-css/all --save
15+
16+
### Using in your CSS:
17+
18+
You need to import it in your CSS file:
19+
20+
@import '@scratch-css/scratch';
21+
22+
Or, import from `node_modules` path:
23+
24+
@import './node_modules/@scratch-css/scratch/index.css';
25+
26+
Try to add this snippet in your CSS just to check if it works:
27+
28+
body { background-color: var(--success) !important; }
29+
30+
Background must be green, [is not it](https://github.com/scratch-css/scratch/issues)?

0 commit comments

Comments
 (0)