{"id":20345346,"url":"https://github.com/davidperis92/grid-layout-utils","last_synced_at":"2026-04-19T01:03:22.862Z","repository":{"id":57254063,"uuid":"156698680","full_name":"davidperis92/grid-layout-utils","owner":"davidperis92","description":"Css grid utility classes ","archived":false,"fork":false,"pushed_at":"2018-11-12T16:06:12.000Z","size":125,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-18T16:02:34.911Z","etag":null,"topics":["css","grid","grid-layout","utility-classes","utils"],"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/davidperis92.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":"2018-11-08T11:46:14.000Z","updated_at":"2019-07-05T19:44:05.000Z","dependencies_parsed_at":"2022-08-31T09:01:57.999Z","dependency_job_id":null,"html_url":"https://github.com/davidperis92/grid-layout-utils","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidperis92%2Fgrid-layout-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidperis92%2Fgrid-layout-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidperis92%2Fgrid-layout-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidperis92%2Fgrid-layout-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidperis92","download_url":"https://codeload.github.com/davidperis92/grid-layout-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241348302,"owners_count":19948162,"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","grid","grid-layout","utility-classes","utils"],"created_at":"2024-11-14T22:07:51.605Z","updated_at":"2025-12-04T04:01:24.305Z","avatar_url":"https://github.com/davidperis92.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Grid Layout Utils\n\n\n## Demo\nhttps://davidperis92.github.io/grid-layout-utils/\n\n\n## Installation\n\n```\n\u003e npm install grid-layout-utils\n```\n\n\n\n## Usage\n\nInclude grid-layout.css in your project or import grid-layout.scss to overwrite the  config.\n\n\n\n## Classes\n\nTo use the classes follow the next syntax: \n\ngl- [media query (ex: phone)] - [css property (ex: template-cols)] - [count ex: 5]\n\n```css\n/* Examples */\n\n@media (max-width: 767px) {\n  .gl-phone-template-cols-5 {\n    grid-template-cols: repeat(5, 1fr);\n  }\n}\n\n.gl-row-6 {\n  grid-row: span 6;\n}\n\n.gl-col-pos-6 {\n  grid-column: 6;\n}\n\n.gl-col-full {\n  grid-column: 1 / -1;\n}\n```\n\n\n\n## Developers\n\nuse gulp to develop:\n\n```\n\u003e gulp\n```\n\n\n\n## License\n\n[MIT](https://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidperis92%2Fgrid-layout-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidperis92%2Fgrid-layout-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidperis92%2Fgrid-layout-utils/lists"}