Skip to content

Commit

Permalink
Merge branch 'main' into main-xmr-vnu
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhlauke committed Jun 18, 2021
2 parents 34dead0 + d16a799 commit 30cc408
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -118,7 +118,7 @@
"eslint-plugin-unicorn": "^31.0.0",
"find-unused-sass-variables": "^3.1.0",
"glob": "^7.1.7",
"globby": "^11.0.3",
"globby": "^11.0.4",
"hammer-simulator": "0.0.1",
"hugo-bin": "^0.71.1",
"ip": "^1.1.5",
Expand All @@ -136,9 +136,9 @@
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.3.4",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"rollup": "^2.51.2",
"rollup": "^2.52.1",
"rollup-plugin-istanbul": "^3.0.0",
"rtlcss": "^3.2.0",
"sass": "1.32.13",
Expand Down
4 changes: 2 additions & 2 deletions scss/mixins/_grid.scss
@@ -1,4 +1,4 @@
/// Grid system
// Grid system
//
// Generate semantic grid columns with these mixins.

Expand Down Expand Up @@ -55,7 +55,7 @@
@mixin row-cols($count) {
> * {
flex: 0 0 auto;
width: 100% / $count;
width: divide(100%, $count);
}
}

Expand Down

0 comments on commit 30cc408

Please sign in to comment.