{"id":18300406,"url":"https://github.com/jpdevries/fault","last_synced_at":"2025-07-28T23:31:12.010Z","repository":{"id":140005078,"uuid":"51375272","full_name":"jpdevries/fault","owner":"jpdevries","description":"Default CSS Settings as Silent Sass Classes","archived":false,"fork":false,"pushed_at":"2016-02-09T19:10:37.000Z","size":20,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-22T01:42:05.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/jpdevries.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-02-09T15:23:44.000Z","updated_at":"2019-08-16T13:46:35.000Z","dependencies_parsed_at":"2023-04-29T22:53:49.544Z","dependency_job_id":null,"html_url":"https://github.com/jpdevries/fault","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpdevries%2Ffault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpdevries%2Ffault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpdevries%2Ffault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpdevries%2Ffault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpdevries","download_url":"https://codeload.github.com/jpdevries/fault/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227962269,"owners_count":17847912,"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-11-05T15:12:14.436Z","updated_at":"2024-12-03T17:12:27.773Z","avatar_url":"https://github.com/jpdevries.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fault\nA comprehensive collection of default CSS settings for HTML5 tags as Silent Sass Classes and Mixins.\n\nFault is completely silent. Including fault in your project initially adds 0 bytes to your CSS payload. So if your site is slow well, that's your\u0026nbsp;fault.\n\n## Usage\n\n```scss\n@import 'de/fault';\n\nbody {\n  @extend %body;\n}\n\na {\n  @extend %a;\n}\n\nh2 {\n  @media(max-width: 1024px) {\n    @include h2; // each silent class has a associated mixin to be used within @media\n  }\n}\n```\n\nwill output:\n\n```css\nbody {\n  display: block; }\n\na:link, a:visited {\n  text-decoration: underline;\n  cursor: auto; }\n\nbody {\n  margin: 8px; }\n  body:focus {\n    outline: none; }\n\n@media (max-width: 1024px) {\n  h2 {\n    display: block;\n    font-weight: bold;\n    font-size: 1.5em;\n    margin-top: 0.83em;\n    margin-bottom: 0.83em;\n    margin-left: 0;\n    margin-right: 0; } }\n```\n\n## Why?\n\nCSS collisions cramping your style? Ever wish you could just set the properties for a CSS element back to the browser defaults? Now you\u0026nbsp;can!\n\n## Where?\nData is pulled from Default CSS Settings for each tag in the [W3C\u0026nbsp;Reference](http://www.w3schools.com/tags/tag_blockquote.asp).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpdevries%2Ffault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpdevries%2Ffault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpdevries%2Ffault/lists"}