Skip to content

Commit

Permalink
Fix menu, Stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
OleVik committed Jun 26, 2022
1 parent dbeccf6 commit 8015227
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v3.0.4
## 26-06-2022

1. [](#bugfix)
* Menu-alignment
* Correct Stylelint-config

# v3.0.3
## 25-06-2022

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Scholar
version: 3.0.3
version: 3.0.4
slug: scholar
type: theme
description: An academic-focused theme, for publishing papers, articles, books, documentation, your blog, and even your resumé. Features include high accessibility, fast performance, print-friendly styles and more.
Expand Down
2 changes: 1 addition & 1 deletion css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/theme.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/css/components/header.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ header[role="banner"] {
.menu {
display: flex;
flex-basis: 0;
justify-content: flex-end;
width: calc(100% - 1rem);
margin: 0 auto;
}
Expand Down
5 changes: 1 addition & 4 deletions stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ module.exports = {
plugins: [
"stylelint-declaration-block-no-ignored-properties",
"stylelint-declaration-strict-value",
// resolve(
// __dirname,
// "local_modules/node_modules/stylelint-no-indistinguishable-colors"
// ),
"stylelint-no-indistinguishable-colors",
"stylelint-selector-no-empty",
"stylelint-prettier",
],
Expand Down

0 comments on commit 8015227

Please sign in to comment.