Files
NativeScript/e2e/file-qualifiers/app/components/my-component.land.css
Alexander Vakrilov 8756b3da16 refactor: HMR and webpack improvements (#7462)
* chore: update project

* refactor: clear module-name cache on orientation

* feat: add custom component in qualifiers app

* feat: enable HMR for custom components

* refactor: remove redundant check

* chore: clean console.log
2019-07-08 11:11:14 +03:00

5 lines
90 B
CSS

.custom-component {
color: darkolivegreen;
font-weight: bold;
font-size: 20;
}