{"id":13847151,"url":"https://github.com/tivac/fixie","last_synced_at":"2025-07-12T08:31:23.006Z","repository":{"id":57328006,"uuid":"73133385","full_name":"tivac/fixie","owner":"tivac","description":"PostCSS plugin to simplify IE CSS hacks","archived":true,"fork":false,"pushed_at":"2019-12-02T17:06:39.000Z","size":110,"stargazers_count":45,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-30T06:42:24.002Z","etag":null,"topics":["css-hack","ie-hacks","postcss","postcss-plugins"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tivac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-08T00:26:21.000Z","updated_at":"2024-04-20T16:37:39.000Z","dependencies_parsed_at":"2022-09-18T17:50:31.424Z","dependency_job_id":null,"html_url":"https://github.com/tivac/fixie","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tivac/fixie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tivac%2Ffixie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tivac%2Ffixie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tivac%2Ffixie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tivac%2Ffixie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tivac","download_url":"https://codeload.github.com/tivac/fixie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tivac%2Ffixie/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264962189,"owners_count":23689754,"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":["css-hack","ie-hacks","postcss","postcss-plugins"],"created_at":"2024-08-04T18:00:56.253Z","updated_at":"2025-07-12T08:31:22.675Z","avatar_url":"https://github.com/tivac.png","language":"JavaScript","readme":"postcss-fixie\n=============\n\nA simple PostCSS plugin to enable a set of easy-to-remember transforms for IE CSS Hacks. Goes especially well with `postcss-nested`.\n\nThe hacks used come from [this excellent Stack Overflow answer](http://stackoverflow.com/a/20541859/7847);\n\n```css\n.fooga {\n    font-size: 1em;\n\n    :ie11(\u0026) {\n        font-size: 1.2em;\n    }\n}\n\n/* becomes */\n.fooga {\n    font-size: 1em;\n}\n\n/* IE 11+ hack */\n_:-ms-fullscreen, :root .fooga {\n    font-size: 1.2em;\n}\n```\n\n## Available Hacks\n\n- `:ie11(...)` targets IE 11\n- `:ie10plus(...)` targets IE 10 \u0026 11\n- `:ie10(...)` targets IE 10\n- `:ie910(...)` targets IE 9 \u0026 10\n- `:ie9plus(...)` targets IE 9, 10, \u0026 11\n- `:ie9(...)` targets IE 9\n- `:ie8910(...)` targets IE 8, 9, \u0026 10\n- `:ie8(...)` targets IE 8\n- `:ie7(...)` targets IE 7\n- `:ie678(...)` targets IE 6, 7, \u0026 8\n- `:ie67(...)` targets IE 6 \u0026 7\n- `:ie6(...)` targets IE 6\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftivac%2Ffixie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftivac%2Ffixie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftivac%2Ffixie/lists"}