Skip to content

Commit

Permalink
docs: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
purplebugs committed Jul 4, 2024
1 parent 3dd5b15 commit a116da2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
width: 100%;
}
</style>
<!-- https://docs.fontawesome.com/web/setup/host-yourself/webfonts -->
<!-- our project just needs Font Awesome Solid + Brands -->
<link href="/assets/fontawesome/css/fontawesome.css" rel="stylesheet" />
<link href="/assets/fontawesome/css/brands.css" rel="stylesheet" />
Expand Down
6 changes: 4 additions & 2 deletions src/alpaca-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export default class AlpacaMap extends LitElement {

static styles = [
css`
/* ---- FONTAWESOME START ---- */
/* Ref: https://docs.fontawesome.com/web/add-icons/pseudo-elements/ */
/* Step 1: Common Properties
These styles are required to make icons render reliably */
/* Step 1: Common Properties - These styles are required to make icons render reliably */
.icon::before {
display: inline-block;
Expand Down Expand Up @@ -64,6 +64,8 @@ export default class AlpacaMap extends LitElement {
content: "\\f54e";
}
/* ---- FONTAWESOME END ---- */
:host {
display: block;
}
Expand Down

0 comments on commit a116da2

Please sign in to comment.