mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
0c51d4424b
Part of #11 Needs actual scalar integration
10 lines
185 B
SCSS
10 lines
185 B
SCSS
// styles applied on :host are applied on the current component, "app" in this case
|
|
:host {
|
|
display: block;
|
|
}
|
|
|
|
main {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
display: block;
|
|
}
|