{"id":20737770,"url":"https://github.com/dotsunited/equal-height-blocks","last_synced_at":"2025-04-24T01:42:50.173Z","repository":{"id":34142235,"uuid":"37977882","full_name":"dotsunited/equal-height-blocks","owner":"dotsunited","description":"Flexbox Based Responsive Equal Height Blocks With JavaScript Fallback.","archived":false,"fork":false,"pushed_at":"2016-04-21T19:13:17.000Z","size":11,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-14T20:19:56.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dotsunited.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":"2015-06-24T10:21:38.000Z","updated_at":"2019-05-30T03:29:15.000Z","dependencies_parsed_at":"2022-08-28T20:52:15.651Z","dependency_job_id":null,"html_url":"https://github.com/dotsunited/equal-height-blocks","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fequal-height-blocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fequal-height-blocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fequal-height-blocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotsunited%2Fequal-height-blocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotsunited","download_url":"https://codeload.github.com/dotsunited/equal-height-blocks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250545738,"owners_count":21448247,"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-17T06:15:37.128Z","updated_at":"2025-04-24T01:42:50.156Z","avatar_url":"https://github.com/dotsunited.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Equal Height Blocks\n===================\n\nFlexbox Based Responsive Equal Height Blocks With JavaScript Fallback.\n\nBased on http://osvaldas.info/flexbox-based-responsive-equal-height-blocks-with-javascript-fallback\n\nUsage\n-----\n\nWith webpack:\n\n```javascript\nif (!Modernizr.testAllProps('flexWrap')) {\n    require.ensure(['dotsunited-equal-height-blocks/lib/fallback'], function() {\n        var equalHeightBlocks = require('dotsunited-equal-height-blocks/lib/fallback');\n        equalHeightBlocks('.list', '.list__item');\n    });\n}\n```\n\n```less\n@import \"~dotsunited-equal-height-blocks/lib/mixins\";\n\n.list {\n    .dotsunited-equal-height-blocks-container();\n    \n    // If the list item is not a direct descendant if the list element, apply\n    // the item wrapper mixin to all wrapper elements, eg. for a html\n    // structure like:\n    //\n    // \u003cul class=\"list\"\u003e\n    //   \u003cli\u003e\n    //     \u003cdiv class=\"list__item\"\u003e...\u003c/div\u003e\n    //   \u003c/li\u003e\n    // \u003c/ul\u003e\n    /*li {\n        .dotsunited-equal-height-blocks-item-wrapper();\n    }*/\n}\n\n.list__item {\n    background: #eee;\n}\n```\n\nLicense\n-------\n\nCopyright (c) 2015-2016 Dots United GmbH.\nReleased under the [MIT](LICENSE?raw=1) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotsunited%2Fequal-height-blocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotsunited%2Fequal-height-blocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotsunited%2Fequal-height-blocks/lists"}