{"id":13448004,"url":"https://github.com/davezatch/Media-Query-Snippets","last_synced_at":"2025-03-22T01:31:47.141Z","repository":{"id":4370382,"uuid":"5506929","full_name":"davezatch/Media-Query-Snippets","owner":"davezatch","description":null,"archived":false,"fork":false,"pushed_at":"2012-08-22T09:17:42.000Z","size":102,"stargazers_count":8,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-28T13:11:41.594Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/davezatch.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}},"created_at":"2012-08-22T08:49:12.000Z","updated_at":"2022-09-21T20:15:44.000Z","dependencies_parsed_at":"2022-08-18T22:10:47.491Z","dependency_job_id":null,"html_url":"https://github.com/davezatch/Media-Query-Snippets","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/davezatch%2FMedia-Query-Snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davezatch%2FMedia-Query-Snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davezatch%2FMedia-Query-Snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davezatch%2FMedia-Query-Snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davezatch","download_url":"https://codeload.github.com/davezatch/Media-Query-Snippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244893477,"owners_count":20527601,"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-07-31T05:01:32.998Z","updated_at":"2025-03-22T01:31:46.876Z","avatar_url":"https://github.com/davezatch.png","language":null,"readme":"Sublime Text CSS Media Query Snippets\n===========================\n\nA collection of media query snippets for common use cases.  Included snippets:\n\n* Desktop/Laptop\n* Ipad (general)\n* Ipad Landscape\n* Ipad Portrait\n* Smartphone (general)\n* Iphone 4 (retina)\n* Smartphone Portrait\n* Smartphone Landscape\n\nThe `trigger` for each snippet is in the format `media query XXX` where **XXX** is the name of each snippet. So you could type e.g. \"med\" then ctrl+space to trigger the snippets and select the one you want, or keep typing e.g. _por_ and the portrait snippets will pop up.\n\nThey look like this:\n```\n    /* iPads (portrait) ----------- */\n    @media only screen\n    and (min-device-width : 768px) \n    and (max-device-width : 1024px) \n    and (orientation : portrait) {\n        ${1:/* Styles */}\n    }\n```\n\nwhere the ${1} makes the cursor immediately jump to that spot so you can begin editing your styles.\n\nFeedback welcome, this is my first (teeny tiny) sublime package but it may be useful for someone else.","funding_links":[],"categories":["Others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavezatch%2FMedia-Query-Snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavezatch%2FMedia-Query-Snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavezatch%2FMedia-Query-Snippets/lists"}