Tomasz Polecki

Results 3 issues of Tomasz Polecki

I got the following error when trying to use variables syntax in my sass file: ``` @use "../variables" as v; @mixin size() { &.small { font-size: var(--font-size-small); width: 45px; height:...

bug
discuss

The component I am testing is using the "templateUrl" to provide a template: ``` import { Component, Inject, Input, Output, EventEmitter, OnChanges } from 'ng-metadata/core'; @Component({ selector: 'diContactList', templateUrl: 'src/app/portal/parties/contacts/list/contact-list.component.html'...