CSSLint / csslint

Automated linting of Cascading Stylesheets
http://csslint.net
Other
4.76k stars 484 forks source link

add support "percentage" value for "column-gap" #745

Open horans opened 5 years ago

horans commented 5 years ago

when using a percentage value for column-gap, i received the known-properties warning.

dl { column-count: 2; column-gap: 18%; } /* csslint allow: known-properties */

references: https://drafts.csswg.org/css-multicol-1/#cg https://developer.mozilla.org/en-US/docs/Web/CSS/column-gap