{"id":13725782,"url":"https://github.com/csstools/postcss-list-style-safari-fix","last_synced_at":"2025-04-28T17:31:12.280Z","repository":{"id":57328205,"uuid":"165306410","full_name":"csstools/postcss-list-style-safari-fix","owner":"csstools","description":"Remove list styles in CSS without preventing VoiceOver from announcing them in Safari","archived":false,"fork":false,"pushed_at":"2019-01-11T23:11:19.000Z","size":7,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-14T05:31:41.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csstools.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-11T20:37:59.000Z","updated_at":"2023-01-19T20:41:55.000Z","dependencies_parsed_at":"2022-08-23T15:02:38.425Z","dependency_job_id":null,"html_url":"https://github.com/csstools/postcss-list-style-safari-fix","commit_stats":null,"previous_names":["jonathantneal/postcss-list-style-safari-fix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csstools%2Fpostcss-list-style-safari-fix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csstools%2Fpostcss-list-style-safari-fix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csstools%2Fpostcss-list-style-safari-fix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csstools%2Fpostcss-list-style-safari-fix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csstools","download_url":"https://codeload.github.com/csstools/postcss-list-style-safari-fix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223619580,"owners_count":17174417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T01:02:34.911Z","updated_at":"2024-11-11T15:12:56.312Z","avatar_url":"https://github.com/csstools.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# PostCSS List Style Safari Fix [\u003cimg src=\"https://postcss.github.io/postcss/logo.svg\" alt=\"PostCSS\" width=\"90\" height=\"90\" align=\"right\"\u003e][postcss]\n\n[![NPM Version][npm-img]][npm-url]\n[![Build Status][cli-img]][cli-url]\n[![Support Chat][git-img]][git-url]\n\n[PostCSS List Style Safari Fix] lets you remove list styles in CSS without\npreventing VoiceOver from announcing them in Safari.\n\n```pcss\nnav ol, nav ul {\n  list-style: none;\n}\n\n/* becomes */\n\nnav ol, nav ul {\n  list-style: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E\");\n}\n```\n\nFor more information about this Safari / VoiceOver bug, read\n[VoiceOver and list-style-type: none](https://unfetteredthoughts.net/2017/09/26/voiceover-and-list-style-type-none/).\n\n## Usage\n\nAdd [PostCSS List Style Safari Fix] to your project:\n\n```bash\nnpm install postcss-list-style-safari-fix --save-dev\n```\n\nUse [PostCSS List Style Safari Fix] to process your CSS:\n\n```js\nconst postcssListStyleSafariFix = require('postcss-list-style-safari-fix');\n\npostcssListStyleSafariFix.process(YOUR_CSS /*, processOptions, pluginOptions */);\n```\n\nOr use it as a [PostCSS] plugin:\n\n```js\nconst postcss = require('postcss');\nconst postcssListStyleSafariFix = require('postcss-list-style-safari-fix');\n\npostcss([\n  postcssListStyleSafariFix(/* pluginOptions */)\n]).process(YOUR_CSS /*, processOptions */);\n```\n\n[PostCSS List Style Safari Fix] runs in all Node environments, with special\ninstructions for:\n\n| [Node](INSTALL.md#node) | [PostCSS CLI](INSTALL.md#postcss-cli) | [Webpack](INSTALL.md#webpack) | [Create React App](INSTALL.md#create-react-app) | [Gulp](INSTALL.md#gulp) | [Grunt](INSTALL.md#grunt) |\n| --- | --- | --- | --- | --- | --- |\n\n[cli-img]: https://img.shields.io/travis/jonathantneal/postcss-list-style-safari-fix.svg\n[cli-url]: https://travis-ci.org/jonathantneal/postcss-list-style-safari-fix\n[git-img]: https://img.shields.io/badge/support-chat-blue.svg\n[git-url]: https://gitter.im/postcss/postcss\n[npm-img]: https://img.shields.io/npm/v/postcss-list-style-safari-fix.svg\n[npm-url]: https://www.npmjs.com/package/postcss-list-style-safari-fix\n\n[PostCSS]: https://github.com/postcss/postcss\n[PostCSS List Style Safari Fix]: https://github.com/jonathantneal/postcss-list-style-safari-fix\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsstools%2Fpostcss-list-style-safari-fix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsstools%2Fpostcss-list-style-safari-fix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsstools%2Fpostcss-list-style-safari-fix/lists"}