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.
2 parents 9bb1ecf + b7d02ad commit 0a94cb9Copy full SHA for 0a94cb9
.gitignore
@@ -11,6 +11,10 @@
11
# Output of the go coverage tool, specifically when used with LiteIDE
12
*.out
13
14
+# build output
15
+package-lock.json
16
+/node_modules/
17
+
18
# Dependency directories (remove the comment below to include it)
19
# vendor/
20
@@ -20,4 +24,4 @@
24
# Hugo output
21
25
/public
22
26
/resources/
23
-.hugo_build.lock
27
+.hugo_build.lock
package.json
@@ -0,0 +1,7 @@
1
+{
2
+ "private": true,
3
+ "devDependencies": {
4
+ "autoprefixer": "^9.8.4",
5
+ "postcss-cli": "^7.1.1"
6
+ }
7
+}
0 commit comments