diff --git a/README.md b/README.md index 844c3955..b8a963c4 100644 --- a/README.md +++ b/README.md @@ -145,9 +145,15 @@ and [access module variables as a map](https://sass-lang.com/documentation/modul By relying on core Sass features, we avoid any confusion around the custom token syntax. -______ +--- + ### Sponsor OddBird's OSS Work -At OddBird, we love contributing to the languages & tools developers rely on. We're currently working on polyfills for new Popover & Anchor Positioning functionality, as well as CSS specifications for functions, mixins, and responsive typography. Help us keep this work sustainable and centered on your needs as a developer! We display sponsor logos and avatars on our website. +At OddBird, we love contributing to the languages & tools developers rely on. +We're currently working on polyfills for new Popover & Anchor Positioning +functionality, as well as CSS specifications for functions, mixins, and +responsive typography. Help us keep this work sustainable and centered on your +needs as a developer! We display sponsor logos and avatars on our +[website](https://www.oddbird.net/accoutrement/#open-source-sponsors). [Sponsor OddBird's OSS Work](https://opencollective.com/oddbird-open-source) diff --git a/sass/type/_helpers.scss b/sass/type/_helpers.scss index ee4a7d56..56f75ed9 100644 --- a/sass/type/_helpers.scss +++ b/sass/type/_helpers.scss @@ -311,7 +311,6 @@ $FONT-FORMATS: ( @if (not string.index($eot, 'data:')) { @each $format, $url in $data { - // stylelint-disable-next-line annotation-no-unknown $has-data: (($format != 'local') and string.index($url, 'data:')); @if ($format == 'local') or $has-data {