{"id":15022396,"url":"https://github.com/pieter-rees/css-grid-grid","last_synced_at":"2026-02-25T17:38:01.687Z","repository":{"id":82584704,"uuid":"108840601","full_name":"Pieter-Rees/css-grid-grid","owner":"Pieter-Rees","description":"This is a grid build on CSS grid :)","archived":false,"fork":false,"pushed_at":"2018-11-28T15:07:39.000Z","size":208,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T06:46:44.581Z","etag":null,"topics":["css","css-grid","css-modules","grid","grid-layout","grid-system","grids"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Pieter-Rees.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":"2017-10-30T11:19:27.000Z","updated_at":"2018-12-05T10:57:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"a51f3bbf-5356-4de3-a159-6560ff895a8a","html_url":"https://github.com/Pieter-Rees/css-grid-grid","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"cf533fc591868f1b38bda99adc79ffd047912730"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pieter-Rees%2Fcss-grid-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pieter-Rees%2Fcss-grid-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pieter-Rees%2Fcss-grid-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pieter-Rees%2Fcss-grid-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pieter-Rees","download_url":"https://codeload.github.com/Pieter-Rees/css-grid-grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471298,"owners_count":20944153,"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","css-grid","css-modules","grid","grid-layout","grid-system","grids"],"created_at":"2024-09-24T19:57:53.417Z","updated_at":"2025-10-28T07:12:32.116Z","avatar_url":"https://github.com/Pieter-Rees.png","language":"JavaScript","funding_links":["http://paypal.me/pieterrees"],"categories":[],"sub_categories":[],"readme":"# css-grid-grid\n\n![Node](https://img.shields.io/node/v/css-grid-grid.svg?style=flat-square)\n[![NPM](https://img.shields.io/npm/v/css-grid-grid.svg?style=flat-square)](https://www.npmjs.com/package/css-grid-grid)\n\n\u003e this is a description\n\n### Usage\n\n```js\nimport cssGridGrid from 'css-grid-grid';\n\n```\n\n### Installation\n\nInstall via [yarn](https://github.com/yarnpkg/yarn)\n\n\tyarn add css-grid-grid (--dev)\n\nor npm\n\n\tnpm install css-grid-grid (--save-dev)\n\n\n### configuration\n\nYou can pass in extra options as a configuration object (➕ required, ➖ optional, ✏️ default).\n\n```js\nimport cssGridGrid from 'css-grid-grid';\n\n```\n\n➖ **property** ( type ) ` ✏️ default `\n\u003cbr/\u003e 📝 description\n\u003cbr/\u003e ❗️ warning\n\u003cbr/\u003e ℹ️ info\n\u003cbr/\u003e 💡 example\n\n### methods\n\n#### #name\n\n```js\ncssGridGrid\n\n```\n\n### Examples\n\nSee [`example`](example/script.js) folder or the [runkit](https://runkit.com/pieter-rees/css-grid-grid) example.\n\n### Builds\n\nIf you don't use a package manager, you can [access `css-grid-grid` via unpkg (CDN)](https://unpkg.com/css-grid-grid/), download the source, or point your package manager to the url.\n\n`css-grid-grid` is compiled as a collection of [CommonJS](http://webpack.github.io/docs/commonjs.html) modules \u0026 [ES2015 modules](http://www.2ality.com/2014/0\n  -9/es6-modules-final.html) for bundlers that support the `jsnext:main` or `module` field in package.json (Rollup, Webpack 2)\n\nThe `css-grid-grid` package includes precompiled production and development [UMD](https://github.com/umdjs/umd) builds in the [`dist/umd` folder](https://unpkg.com/css-grid-grid/dist/umd/). They can be used directly without a bundler and are thus compatible with many popular JavaScript module loaders and environments. You can drop a UMD build as a [`\u003cscript\u003e` tag](https://unpkg.com/css-grid-grid) on your page. The UMD builds make `css-grid-grid` available as a `window.cssGridGrid` global variable.\n\n### License\n\nThe code is available under the [MIT](LICENSE) license.\n\n### Contributing\n\nWe are open to contributions, see [CONTRIBUTING.md](CONTRIBUTING.md) for more info.\n\n### Misc\n\nThis module was created using [generator-module-boilerplate](https://github.com/duivvv/generator-module-boilerplate).\n\n\nFeel free\n💰💰💰 http://paypal.me/pieterrees 💰💰💰\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpieter-rees%2Fcss-grid-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpieter-rees%2Fcss-grid-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpieter-rees%2Fcss-grid-grid/lists"}