File tree Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Expand file tree Collapse file tree 1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change 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 ) ?
You can’t perform that action at this time.
0 commit comments