Skip to content

Commit

Permalink
Version incremented, redundant font-family style removed (#179)
Browse files Browse the repository at this point in the history
This increments the version to synchronize with related changes in SMK-CLI where the BC Sans font will be added and set in the main style sheet for created SMK apps. SMK-CLI changes will depend on this incremented version.

This also removes the font-family style in the map frame styling, which has the same value as the font-family style in style.css (added to new applications by 'smk create'). We remove it because it is redundant and because it overrides the font-family change to BC Sans we want to make in smk-cli to style.css.
  • Loading branch information
michaelpnelson authored May 18, 2022
1 parent 6c4caac commit 5fa89e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.9",
"version": "1.0.10",
"name": "@bcgov/smk",
"title": "Simple Map Kit",
"description": "A simple way to add a map your application.",
Expand Down
1 change: 0 additions & 1 deletion src/theme/_base/map-frame.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.smk-map-frame {
font-family: Helvetica,Arial,sans-serif;
position: relative;
}

Expand Down

0 comments on commit 5fa89e5

Please sign in to comment.