Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Jan 11, 2024
1 parent 74f7d5e commit a1bf7a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -54,11 +54,11 @@
"webpack-start": "webpack-dev-server --mode development --config webpack.config.js"
},
"dependencies": {
"unit.gl": "git+ssh://git@github.com/scape-agency/unit.gl.git",
"hue.gl": "git+ssh://git@github.com:scape-agency/hue.gl.git",
"icon.gl": "git+ssh://git@github.com:scape-agency/icon.gl.git"
},
"devDependencies": {
"unit.gl": "git+ssh://git@github.com/scape-agency/unit.gl.git",
"hue.gl": "git+ssh://git@github.com:scape-agency/hue.gl.git",
"icon.gl": "git+ssh://git@github.com:scape-agency/icon.gl.git",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@types/node": "^20.8.10",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/_icon_bar.scss
Expand Up @@ -22,7 +22,7 @@

@mixin icon_bar {
display: grid;
gap: $q * 16;
gap: calc($q * 16);
justify-items: center;
align-items: center;
}
Expand Down

0 comments on commit a1bf7a5

Please sign in to comment.