{"id":22151009,"url":"https://github.com/justcoded/css3-vars-grid","last_synced_at":"2025-03-24T13:20:46.417Z","repository":{"id":89291997,"uuid":"135282402","full_name":"justcoded/css3-vars-grid","owner":"justcoded","description":"CSS3 Variables Grid","archived":false,"fork":false,"pushed_at":"2018-05-31T11:16:35.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-29T18:22:41.400Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","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/justcoded.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":"2018-05-29T10:53:26.000Z","updated_at":"2018-11-13T11:43:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"bfc54042-71e1-43a3-a217-4ac0b416e1b8","html_url":"https://github.com/justcoded/css3-vars-grid","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"b00ea26d002d2bd38c5ccd57604aec2b5ea4506d"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justcoded%2Fcss3-vars-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justcoded%2Fcss3-vars-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justcoded%2Fcss3-vars-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justcoded%2Fcss3-vars-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justcoded","download_url":"https://codeload.github.com/justcoded/css3-vars-grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245276093,"owners_count":20588895,"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-12-02T00:29:42.666Z","updated_at":"2025-03-24T13:20:46.378Z","avatar_url":"https://github.com/justcoded.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![screenshot-at-may-31-14-14-23](https://user-images.githubusercontent.com/25930200/40779297-17a5e234-64dd-11e8-82e7-99c3369636fa.jpg)\n\n# CSS3 Variables Grid\nEasy feature for faster building of grid of web-pages that based on CSS variables.\n\n## How to use\nJust add ``css3-vars-grid.css`` in your ``\u003chead\u003e``:\n\n``\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"path/css3-vars-grid.css\"/\u003e``\n\n## Customizing of the CSS3 Variables Grid\nBy default there are CSS-variables in ``css3-vars-grid.css``:\n\n\t:root {\n\t\t--grid-gutter-width-xs: 10px;\n\t\t--grid-gutter-width-sm: 10px;\n\t\t--grid-gutter-width-md: 15px;\n\t\t--grid-gutter-width-lg: 15px;\n\t\t--grid-gutter-width-xl: 15px;\n\t\t--container-max-width-sm: 540px;\n\t\t--container-max-width-md: 720px;\n\t\t--container-max-width-lg: 960px;\n\t\t--container-max-width-xl: 1140px;\n\t}\n\nWhere:\n\n``--grid-gutter-width-*`` - padding between columns. Gets divided in half for the left and right.\n\n``--container-max-width-*`` - it defines the maximum width of ``.container`` for different screen sizes.\n\nIt depends on width of screen:\n\n* ``xs`` - for ``max-width: 575px``\n* ``sm`` - for ``min-width: 576px``\n* ``md`` - for ``min-width: 768px``\n* ``lg`` - for ``min-width: 992px``\n* ``xl`` - for ``min-width: 1200px``\n\nYou can change each of them by redefine in your custom CSS file.\n\n## Browsers support\nYou can use the **_CSS3 Variables Grid_** in next browsers:\n\n* Chrome 49+\n* Firefox 31+\n* Safari 9.1+\n* EDGE 16+\n* Safari Mobile 9.1+\n* Chrome for Android 49+\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustcoded%2Fcss3-vars-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustcoded%2Fcss3-vars-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustcoded%2Fcss3-vars-grid/lists"}