{"id":21890761,"url":"https://github.com/chantastic/stack.css","last_synced_at":"2025-03-22T03:11:33.155Z","repository":{"id":23360496,"uuid":"26721585","full_name":"chantastic/stack.css","owner":"chantastic","description":"A WIP mobile-first grid concept","archived":false,"fork":false,"pushed_at":"2014-12-11T03:14:15.000Z","size":156,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T22:04:03.144Z","etag":null,"topics":[],"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/chantastic.png","metadata":{"files":{"readme":"README.markdown","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":"2014-11-16T17:22:32.000Z","updated_at":"2019-06-25T14:29:01.000Z","dependencies_parsed_at":"2022-08-21T22:50:50.939Z","dependency_job_id":null,"html_url":"https://github.com/chantastic/stack.css","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantastic%2Fstack.css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantastic%2Fstack.css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantastic%2Fstack.css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantastic%2Fstack.css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chantastic","download_url":"https://codeload.github.com/chantastic/stack.css/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244898447,"owners_count":20528341,"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-11-28T12:16:41.261Z","updated_at":"2025-03-22T03:11:33.130Z","avatar_url":"https://github.com/chantastic.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WIP\n\n...but seriously, WIP.\n\nThis is a playground for a simpler grid; closer to tables.\n\n## opinions\n\n#### IE8 support is limited to grid only\n\nIE8 doesn't support media queries. So I took the pragmatic approach of putting anything not grid related in media queries. Large is the default view and other layout classes are hidden by default\n\n#### naming things\n\nOne of my pet peeves is the fact that row and column are used to name things.  On mobile, they switch and that's dumb.\n\n#### Breakpoints don't get devise names\n\nThere is an unexpected consiquence in naming your breakpoints after devices: you begin to make assumptions about how those breakpoints are being used.  Not all small screens have touch.  Not all large screens do not.\n\n* small\n* medium\n* large\n\nFeel free to extend these if you need.  For most projects, three is all i need.\n\n#### Layout only\n\nThis is not a kitchen-sink framework.  It's an opinionated way to make resoponsive layouts\n\n#### Minimal markup\n\nHaving used the layout systemso of Bootstrap, Foundation, and the like,  I've developed a distaste for the grid.  I don't want to have to markup everything for it to get layout.  I want an API that allows markup to gain complexity only as my requirements gain complexity.\n\nRows are used to designate the way content in child divs is seperated.\n\nThese rows have a similar API to tables.  You can span them over mulitple columns.\n\n#### Scenario architecture\n\nI've been fascinated with this concept as media queries as layout state.\n\n#### Personal Expirament\n\nI hate duplication.  I wanted to create a simpl but logic centric layout to force myself to use deliberate duplication to cover some of css shortcomings.\n\n#### Developmentment\n\n```bash\n$ npm install\n$ gulp serve\n```\n\n#### TODO:\n* viewport-dependent screen display logic:\n  * visible-small\n  * visible-medium\n  * visible-large\n  * hidden-small\n  * hidden-medium\n  * hidden-large\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchantastic%2Fstack.css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchantastic%2Fstack.css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchantastic%2Fstack.css/lists"}