We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0acc7 commit 10b30b9Copy full SHA for 10b30b9
index.css
@@ -1,6 +1,9 @@
1
/* scratch framework */
2
@import '../scratch/lib/index.css';
3
4
+/* scratch grid */
5
+@import '../scratch-reset/index.css';
6
+
7
/* scratch grid */
8
@import '../scratch-grid/lib/index.css';
9
package.json
@@ -13,6 +13,7 @@
13
"license": "",
14
"dependencies": {
15
"@nikoloza/scratch": "^0.4.0",
16
+ "@nikoloza/scratch-reset": "^0.4.0",
17
"@nikoloza/scratch-animations": "^0.4.0",
18
"@nikoloza/scratch-grid": "^0.4.0",
19
"@nikoloza/scratch-helpers": "^0.4.0",
0 commit comments