File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ export class OtherTools extends LitElement {
10
10
static styles = [ componentStyle , css `${ unsafeCSS ( bootstrapcss ) } ` ] ;
11
11
12
12
render ( ) {
13
- console . log ( "rendering" ) ;
14
- console . log ( bootstrapcss ) ;
15
- return html `< div class ="component ">
13
+ return html `
16
14
< h5 > Other Tools</ h5 >
17
15
< ul >
18
16
${ Object . entries ( other_tools ) . map (
@@ -21,7 +19,6 @@ export class OtherTools extends LitElement {
21
19
< a href =${ value } target ="_blank"> ${ key } </ a >
22
20
</ li > `
23
21
) }
24
- </ ul >
25
- </ div > ` ;
22
+ </ ul > ` ;
26
23
}
27
24
}
Original file line number Diff line number Diff line change 1
1
import { css } from 'lit' ;
2
2
export const componentStyle = css `
3
- . component {
3
+ : host {
4
4
bor der- radius: 1rem;
5
5
background: # eee;
6
6
padding: 1rem;
You can’t perform that action at this time.
0 commit comments