Added css marker to style so we can get syntax highlighting.

This commit is contained in:
Matt Mo 2020-12-24 17:47:24 -08:00
parent 50c4a75b49
commit 6d74befbb3

View File

@ -21,7 +21,7 @@ class RouterLink extends IgniteElement {
}
get styles() {
return `
return /*css*/`
router-link {
display: flex;
flex-direction: row;