{"id":15862249,"url":"https://github.com/afeiship/wsui-flexbox-grid","last_synced_at":"2026-05-19T04:34:34.156Z","repository":{"id":57123115,"uuid":"52950955","full_name":"afeiship/wsui-flexbox-grid","owner":"afeiship","description":"Webkit sass flexbox grid system use ionic.","archived":false,"fork":false,"pushed_at":"2025-08-21T12:12:00.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T03:11:29.756Z","etag":null,"topics":["flexbox","grid","ionic","sass","webkit"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/afeiship.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-02T09:33:16.000Z","updated_at":"2025-08-21T12:12:03.000Z","dependencies_parsed_at":"2022-08-24T14:59:33.435Z","dependency_job_id":null,"html_url":"https://github.com/afeiship/wsui-flexbox-grid","commit_stats":null,"previous_names":["afeiship/webkit-sass-flexbox-grid"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/afeiship/wsui-flexbox-grid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fwsui-flexbox-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fwsui-flexbox-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fwsui-flexbox-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fwsui-flexbox-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afeiship","download_url":"https://codeload.github.com/afeiship/wsui-flexbox-grid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afeiship%2Fwsui-flexbox-grid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29664525,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T19:49:36.704Z","status":"ssl_error","status_checked_at":"2026-02-20T19:44:05.372Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["flexbox","grid","ionic","sass","webkit"],"created_at":"2024-10-05T22:25:57.543Z","updated_at":"2026-02-20T21:05:32.460Z","avatar_url":"https://github.com/afeiship.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wsui-flexbox-grid\n\u003e Webkit sass flexbox grid system.\n\n[![version][version-image]][version-url]\n[![license][license-image]][license-url]\n[![size][size-image]][size-url]\n[![download][download-image]][download-url]\n\n## installation\n```shell\nnpm i @jswork/wsui-flexbox-grid\n```\n\n## usage\n```html\n\n\u003cdiv class=\"wsui-cols-1 wsui-cols-xs-2 wsui-cols-sm-4 wsui-cols-md-5 wsui-cols-lg-6\"\u003e\n  \u003cdiv class=\"col\"\u003e111\u003c/div\u003e\n  \u003cdiv class=\"col\"\u003e111\u003c/div\u003e\n  \u003cdiv class=\"col\"\u003e111\u003c/div\u003e\n  \u003cdiv class=\"col\"\u003e111\u003c/div\u003e\n  \u003cdiv class=\"col\"\u003e111\u003c/div\u003e\n  \u003cdiv class=\"col\"\u003e111\u003c/div\u003e\n  \u003cdiv class=\"col\"\u003e111\u003c/div\u003e\n  \u003cdiv class=\"col\"\u003e111\u003c/div\u003e\n\u003c/div\u003e\n```\n\n## customize\n```scss\n$grid-gap: 10px !default;\n$grid-gap-x: $grid-gap !default;\n$grid-gap-y: $grid-gap !default;\n$grid-list: (1, 2, 3, 4, 5, 6, 7, 8, 9, 10);\n$grid-responsive: (\n  xs: 390px,\n  sm: 1280px,\n  md: 1440px,\n  lg: 1600px\n) !default;\n\n@import '@jswork/wsui-flexbox-grid';\n```\n\n## resources\n- https://www.zhihu.com/question/29924791\n- https://segmentfault.com/a/1190000002910324\n- https://segmentfault.com/q/1010000043586951\n- http://the-echoplex.net/flexyboxes/\n\n## license\nCode released under [the MIT license](https://github.com/afeiship/wsui-flexbox-grid/blob/master/LICENSE.txt).\n\n[version-image]: https://img.shields.io/npm/v/@jswork/wsui-flexbox-grid\n[version-url]: https://npmjs.org/package/@jswork/wsui-flexbox-grid\n\n[license-image]: https://img.shields.io/npm/l/@jswork/wsui-flexbox-grid\n[license-url]: https://github.com/afeiship/wsui-flexbox-grid/blob/master/LICENSE.txt\n\n[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/wsui-flexbox-grid\n[size-url]: https://github.com/afeiship/wsui-flexbox-grid/blob/master/dist/wsui-flexbox-grid.min.js\n\n[download-image]: https://img.shields.io/npm/dm/@jswork/wsui-flexbox-grid\n[download-url]: https://www.npmjs.com/package/@jswork/wsui-flexbox-grid\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fwsui-flexbox-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafeiship%2Fwsui-flexbox-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafeiship%2Fwsui-flexbox-grid/lists"}