{"id":17344979,"url":"https://github.com/harwinborger/browser-support","last_synced_at":"2026-02-19T11:02:11.669Z","repository":{"id":44111093,"uuid":"195875947","full_name":"HarwinBorger/browser-support","owner":"HarwinBorger","description":"SASS mixin to add CSS support for specific browsers in your project","archived":false,"fork":false,"pushed_at":"2023-01-07T07:36:15.000Z","size":897,"stargazers_count":1,"open_issues_count":18,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-22T00:52:17.992Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HarwinBorger.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-08T19:43:11.000Z","updated_at":"2019-07-17T07:42:58.000Z","dependencies_parsed_at":"2023-02-06T15:00:27.605Z","dependency_job_id":null,"html_url":"https://github.com/HarwinBorger/browser-support","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HarwinBorger/browser-support","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarwinBorger%2Fbrowser-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarwinBorger%2Fbrowser-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarwinBorger%2Fbrowser-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarwinBorger%2Fbrowser-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HarwinBorger","download_url":"https://codeload.github.com/HarwinBorger/browser-support/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HarwinBorger%2Fbrowser-support/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29611002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-15T16:28:09.889Z","updated_at":"2026-02-19T11:02:11.652Z","avatar_url":"https://github.com/HarwinBorger.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Browser Support for CSS / SCSS\nBrowser support let you use simple SCSS mixins to apply code only for a specific browser. This can be handy in case you want to write your fallback code specific for Internet Exployer 11. \n\n## Currently Supports:\n- Internet Exployer 11\n\n## How to use\n```scss \n\t@include browser(IE11){\n\t\t// your specific code for IE11 here\n\t}\n```\n\n## Example\n### SCSS Code\n```scss\n.myClass::before {\n\t@include browser(IE11){\n\t\tcontent: 'IE11 only';\n\t}   \n}\n```\n\n### CSS Outputs\n```css\n@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {\n\t*::-ms-backdrop, .myClass::before {\n\t\tcontent: 'IE11 only';\n\t}\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharwinborger%2Fbrowser-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharwinborger%2Fbrowser-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharwinborger%2Fbrowser-support/lists"}