Skip to content

Commit

Permalink
fix: theme base
Browse files Browse the repository at this point in the history
The trailing semi-colon can cause compilation failures in some circonstances.
  • Loading branch information
JeanMeche committed Feb 6, 2024
1 parent 7fb0935 commit 9d762e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@brightlayer-ui/angular-themes",
"author": "Brightlayer UI <[email protected]>",
"license": "BSD-3-Clause",
"version": "9.0.1",
"version": "9.0.2",
"description": "Angular themes for Brightlayer UI applications",
"scripts": {
"initialize": "bash scripts/initializeSubmodule.sh",
Expand Down
2 changes: 1 addition & 1 deletion theme-bases.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $blui-blue-accent: mat.define-palette(blui.$blui-lightBlue);
$blui-blue-warn: mat.define-palette(blui.$blui-red);

$typography-config: mat.define-legacy-typography-config(
$font-family: '"Open Sans", Arial, Helvetica, sans-serif;',
$font-family: '"Open Sans", Arial, Helvetica, sans-serif',
$display-4: mat.define-typography-level(6rem, 1.167, 300),
$display-2: mat.define-typography-level(3rem, 1.167, 400),
$display-1: mat.define-typography-level(2.125rem, 1.235, 400),
Expand Down

0 comments on commit 9d762e0

Please sign in to comment.