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

@ -120,7 +120,7 @@ function cleanPseudos(selectors) {
/**
* 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
*
* @param {Array} aSpecificity Specificity of selector A
* @param {Array} bSpecificity Specificity of selector B