1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

Rename master branch to main

This commit is contained in:
Bogdan Chadkin
2021-12-25 15:09:34 +03:00
parent 700f203169
commit dfc5b982c9
4 changed files with 55 additions and 55 deletions

View File

@ -23,7 +23,7 @@ exports.description = 'inline styles (additional options)';
/**
* Compares two selector specificities.
* extracted from https://github.com/keeganstreet/specificity/blob/master/specificity.js#L211
* extracted from https://github.com/keeganstreet/specificity/blob/main/specificity.js#L211
*
* @type {(a: Specificity, b: Specificity) => number}
*/