{"id":17975573,"url":"https://github.com/rafaelrinaldi/media-queries","last_synced_at":"2025-03-25T14:33:03.566Z","repository":{"id":57293909,"uuid":"53231839","full_name":"rafaelrinaldi/media-queries","owner":"rafaelrinaldi","description":":arrow_up_down: CSS media queries based on Zurb's Foundation breakpoints","archived":false,"fork":false,"pushed_at":"2016-06-22T00:41:24.000Z","size":7,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T09:39:31.254Z","etag":null,"topics":["breakpoint","cssnext","media-queries","myth","zurb-foundation"],"latest_commit_sha":null,"homepage":"","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/rafaelrinaldi.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":"2016-03-06T01:29:43.000Z","updated_at":"2023-07-07T12:25:33.000Z","dependencies_parsed_at":"2022-09-01T08:40:43.877Z","dependency_job_id":null,"html_url":"https://github.com/rafaelrinaldi/media-queries","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/rafaelrinaldi%2Fmedia-queries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrinaldi%2Fmedia-queries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrinaldi%2Fmedia-queries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaelrinaldi%2Fmedia-queries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaelrinaldi","download_url":"https://codeload.github.com/rafaelrinaldi/media-queries/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245480694,"owners_count":20622355,"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":["breakpoint","cssnext","media-queries","myth","zurb-foundation"],"created_at":"2024-10-29T17:20:08.643Z","updated_at":"2025-03-25T14:33:03.275Z","avatar_url":"https://github.com/rafaelrinaldi.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"[url]: http://rinaldi.io\n[zurb-foundation]: https://foundation.zurb.com\n[cssnext]: http://cssnext.io\n[myth]: http://www.myth.io\n[spec]: https://drafts.csswg.org/mediaqueries/#mq-ranges\n\n# media-queries [![Build Status](https://semaphoreci.com/api/v1/rafaelrinaldi/media-queries/branches/master/badge.svg)](https://semaphoreci.com/rafaelrinaldi/media-queries)\n\n\u003e CSS media queries based on [Zurb's Foundation][zurb-foundation] breakpoints\n\n## Install\n\n```sh\n$ npm install media-queries --save\n```\n\n## Usage\n\n```css\n/* Import the library */\n@import 'media-queries';\n\n/* Then you can use available breakpoints */\n@media (--large-up) {\n  /* ... */\n}\n```\n\n## Values\n\n| Alias | Value |\n|--- |--- |\n| `small-up` | `0` |\n| `small-only` | `0` → `39.9375em` |\n| `medium-up` | `40em` |\n| `medium-only` | `40em` → `63.9375em`\n| `large-up` | `64em` |\n| `large-only` | `64em` → `74.9375em` |\n| `xlarge-up` | `75em` |\n| `xlarge-only` | `75em` → `89.9375em` |\n| `xxlarge-up` | `90em` |\n\n## Notes\n\nValues are exported as [media queries ranges][spec], using `@custom-media`. That's a future specification so you'll probably need a `/p(re|ost)\\s?\\-?processor/i`. Both [cssnext][cssnext] and [myth][myth] are really great options.\n\n## License\n\nMIT © [Rafael Rinaldi][url]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelrinaldi%2Fmedia-queries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaelrinaldi%2Fmedia-queries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaelrinaldi%2Fmedia-queries/lists"}