We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520bd2e commit 7cf7332Copy full SHA for 7cf7332
.gitignore
@@ -1,9 +1,13 @@
1
-# Logya
+# site
2
archive/
3
deploy/
4
static/compiled/
5
static/data/
6
7
+# src
8
+#src/scss/getbase
9
+src/scss/getbase4
10
+
11
# nodejs
12
.sass-cache/
13
node_modules/
package.json
@@ -24,6 +24,7 @@
24
"gulp-uglify": "^3.0.2"
25
},
26
"dependencies": {
27
+ "@getbase/base": "^4.1.3",
28
"getbase": "^3.5.1"
29
}
30
0 commit comments