Skip to content

Commit

Permalink
fix: update baseline to remove obsolete utility header selector
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfalcon committed Jul 8, 2019
1 parent 89fbb8d commit ea7aaef
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 15 deletions.
6 changes: 2 additions & 4 deletions docs/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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
Expand Up @@ -18,7 +18,7 @@
"focus-visible": "^4.1.5"
},
"devDependencies": {
"@alaskaairux/orion-design-tokens": "^2.3.0",
"@alaskaairux/orion-design-tokens": "^2.4.1",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"@semantic-release/changelog": "^3.0.4",
Expand Down
6 changes: 0 additions & 6 deletions src/_baseline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ body,
line-height: $vertical-alignment-heading;
}

/// Heading utility
/// @group Heading
.heading--flushLeft {
margin-left: 0;
}

/// Main title, hero copy, interactive copy. To summarize screen content as a Primary Heading or direct attention. Used in conjunction with `.heading` selector
///
/// Example HTML - `<element class="heading heading--max"> ... </element>`
Expand Down

0 comments on commit ea7aaef

Please sign in to comment.