{"id":22413529,"url":"https://github.com/nextfaze/web-style-guide","last_synced_at":"2026-02-19T06:03:18.112Z","repository":{"id":138431952,"uuid":"71203756","full_name":"NextFaze/web-style-guide","owner":"NextFaze","description":null,"archived":false,"fork":false,"pushed_at":"2016-10-18T03:05:08.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-10-25T03:46:35.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/NextFaze.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-18T03:04:37.000Z","updated_at":"2016-10-18T03:04:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"da0b1b12-3f37-43ae-a649-da57712dc117","html_url":"https://github.com/NextFaze/web-style-guide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NextFaze/web-style-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2Fweb-style-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2Fweb-style-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2Fweb-style-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2Fweb-style-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NextFaze","download_url":"https://codeload.github.com/NextFaze/web-style-guide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2Fweb-style-guide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29604552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T05:11:50.834Z","status":"ssl_error","status_checked_at":"2026-02-19T05:11:38.921Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-12-05T14:13:22.403Z","updated_at":"2026-02-19T06:03:18.084Z","avatar_url":"https://github.com/NextFaze.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextFaze CSS style guide\n\n## In a nutshell\n\n| Preprocessor |   Prefixing  | Style enforcement |\n|:------------:|:------------:|:-----------------:|\n| [SCSS](https://github.com/sass/sass)         | [Autoprefixer](https://github.com/postcss/autoprefixer) | [Stylelint](https://github.com/stylelint/stylelint)         |\n\n## TOC\n\n- [Tools](#tools)\n- [Colours](#colour-palette)\n- [Font](#Font)\n- [Images](#Images)\n- [Resources](#resources)\n\n## Tools\n\nUse [sass](https://github.com/sass/sass)\n\nGrids? Try [Susy](http://susy.oddbird.net/)\n\nCare about supporting old browsers? [autoprefixer](https://github.com/postcss/autoprefixer)\n\nSupporting a wide variety of browsers/devices? [normalize.css](https://github.com/necolas/normalize.css/)\n\nWant to display your created styles (For a designer or something)? [aigis](https://pxgrid.github.io/aigis/)\n\nOn that note, want to display stats of your css? [CSS Stats](http://cssstats.com/)\n\nNeed a linter? Use [stylelint](https://github.com/stylelint/stylelint)\n\n## Colour Palette\n\nCreate an official palette for the project (Use [coolors](coolors.co)\n\ne.g., [Brownsea](https://coolors.co/461b6e-622599-0aa65c-58a665-ececec)\n\n## Font\n\n(Site only uses latin based alphabet) ? Helvetica : [Google Noto](https://www.google.com/get/noto/)\n\n## Images\n\n2:1 ratio images are hot right now (Or UWS 21:9 if you want more), use them when appropriate.\n\nEmbed small (under 10kb) frequently occuring images (logos etc) in dataURIs. This will save on requests but increase CSS size.\n\n## Resources (Updated 12/10/16)\n\nStart with whatever [Github is currently doing](http://markdotto.com/2014/07/23/githubs-css/)\n\nCheck [Airbnb](https://github.com/airbnb/css). It's effectively just as good.\n\nThen move on to whatever [Trello is currently doing](https://gist.github.com/bobbygrace/9e961e8982f42eb91b80) (They use LESS, so ignore those parts.)\n\nIf that fails, just vanilla CSS to keep it as extensible as possible, [follow the Maintainable](http://maintainablecss.com/chapters/introduction/) guide.\n\nIf you ever read this part, Google 'hacker news 201x CSS'. Read the latest comments and update this guide.\n\n- [Maintainable](http://maintainablecss.com/chapters/introduction/)\n- [Trello CSS Guide](https://gist.github.com/bobbygrace/9e961e8982f42eb91b80)\n- [Trellisheets](https://github.com/trello/trellisheets)\n- [Trello Branding Guide](https://trello.com/about/branding)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextfaze%2Fweb-style-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextfaze%2Fweb-style-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextfaze%2Fweb-style-guide/lists"}