Copia Li
Copia Li
In style guid, it says consider use class instead of interface https://angular.io/guide/styleguide#interfaces Also in the example file hero.model.ts it's using class: export class Hero { id: number; name: string; }...
When I use variables in the value, shorthand-property-no-redundant-values rule is not working. For example following code will not get alert: `$baseline: 8px; .foo { padding: $baseline 0 0 0; }`...
I just upgrade my backstopjs from 4.0.3 to 6.2.1. And update engine from Chromy to Puppet. Previously I'm able to capture the entire page with Chromy, but now it can...