{"id":21511484,"url":"https://github.com/stackrole/css-grid-utility","last_synced_at":"2025-10-13T07:40:51.435Z","repository":{"id":105143406,"uuid":"266283521","full_name":"stackrole/css-grid-utility","owner":"stackrole","description":"A simple CSS Grid utility library built with SCSS","archived":false,"fork":false,"pushed_at":"2020-05-23T10:57:38.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-13T03:36:52.499Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cssgrid.stackrole.com/","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/stackrole.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-23T07:17:07.000Z","updated_at":"2024-01-04T06:50:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"1b27d6b4-ac80-441f-b1ad-84c16fb2408a","html_url":"https://github.com/stackrole/css-grid-utility","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stackrole/css-grid-utility","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackrole%2Fcss-grid-utility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackrole%2Fcss-grid-utility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackrole%2Fcss-grid-utility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackrole%2Fcss-grid-utility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackrole","download_url":"https://codeload.github.com/stackrole/css-grid-utility/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackrole%2Fcss-grid-utility/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014139,"owners_count":26085463,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-23T22:14:18.398Z","updated_at":"2025-10-13T07:40:51.431Z","avatar_url":"https://github.com/stackrole.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSS Grid Utility \nA simple CSS Grid utility library built with SCSS. Creates 3 columns by deafult for . Follows bootstrap media query breakpoints and it mobile first. This does not add any presentational CSS, just CSS grid template columns with grid-gap.\n\nJust include the [css-grid-utilicy.css](https://github.com/stackrole/css-grid-utility/blob/master/css-grid-utility.css) or [css-grid-utilicy.scss](https://github.com/stackrole/css-grid-utility/blob/master/scss/css-grid-utility.scss) file into you project and Start using it. \n\n---\n\n## Let create simple CSS grid that create 3 columns.\n```html\n\u003cdiv class=\"grids col-3\"\u003e\n  \u003cdiv\u003eContent\u003c/div\u003e\n  \u003cdiv\u003eContent\u003c/div\u003e\n  \u003cdiv\u003eContent\u003c/div\u003e\n\u003c/div\u003e\n```\n\n### How about CSS grids that is 1 column in mobile, 2 in tablet and 3 in destkop\n```html\n\u003cdiv class=\"grids col-1 sm-2 lg-3\"\u003e\n  \u003cdiv\u003eContent\u003c/div\u003e\n  \u003cdiv\u003eContent\u003c/div\u003e\n  \u003cdiv\u003eContent\u003c/div\u003e\n\u003c/div\u003e\n```\n\nAs this is my version of adoptation from bootstrap breakpoint. A copy-paste of same, take a look\n\n| | Extra small \u003c576px | Small ≥576px | Medium ≥768px | Large ≥992px | Extra large ≥1200px |\n|-|-|-|-|-|-|\n| Class prefix | .col- | .sm- | .md- | .lg- | .xl- |\n| # of Columns | 3 |\n| Grid Gap | 2rem |\n\nIf you like this utility library, Feel free to use it in your project. Happy to recieve feedback and contributions ofcourse :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackrole%2Fcss-grid-utility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackrole%2Fcss-grid-utility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackrole%2Fcss-grid-utility/lists"}