chore: lint
This commit is contained in:
parent
06066e5c43
commit
65f1fe6270
|
@ -92,7 +92,7 @@ export default class Sprite extends Component {
|
|||
set lightness(lightness) {
|
||||
this.$$lightness = lightness;
|
||||
const [h, s] = hexToHsl(this.$$tint);
|
||||
super.tint = hslToHex(h, s, lightness);;
|
||||
super.tint = hslToHex(h, s, lightness);
|
||||
}
|
||||
get rotates() {
|
||||
if (!this.$$sourceJson.meta) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user