{"id":15011381,"url":"https://github.com/aliencreations/responsiveless","last_synced_at":"2025-10-08T00:26:22.977Z","repository":{"id":57354860,"uuid":"42402526","full_name":"AlienCreations/responsiveless","owner":"AlienCreations","description":"Responsive media queries for LESS","archived":false,"fork":false,"pushed_at":"2015-09-14T06:02:54.000Z","size":152,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T05:04:23.494Z","etag":null,"topics":["lesscss","media-queries","mixins","orientation"],"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/AlienCreations.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-09-13T16:05:35.000Z","updated_at":"2017-12-29T06:48:33.000Z","dependencies_parsed_at":"2022-09-13T17:02:37.637Z","dependency_job_id":null,"html_url":"https://github.com/AlienCreations/responsiveless","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienCreations%2Fresponsiveless","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienCreations%2Fresponsiveless/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienCreations%2Fresponsiveless/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienCreations%2Fresponsiveless/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlienCreations","download_url":"https://codeload.github.com/AlienCreations/responsiveless/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248068327,"owners_count":21042477,"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":["lesscss","media-queries","mixins","orientation"],"created_at":"2024-09-24T19:41:00.613Z","updated_at":"2025-10-08T00:26:22.889Z","avatar_url":"https://github.com/AlienCreations.png","language":"CSS","readme":"# responsiveLESS\nMedia query mixins for common devices.\n\n---\nCredit and special thanks goes to [CSS-Tricks.com](https://css-tricks.com/snippets/css/media-queries-for-standard-devices/) for \nproviding the actual media queries, which we simply converted to mixins for rule and orientation pass-through.\n\n## Usage\n\nAll mixins will take one `@rules` argument and an optional `@orientation` argument. Omitting the \n`@orientation` argument will enforce the rule on both orientations.\n\nExample contract: \n\n    .tablets(@rules)\n    .tablets(@rules, @orientation)\n    \nThis allows targeting all tablets in either orientation like so: \n\n    .tablets({ margin : 20px; });\n    \nOr, specifying unique rules respectively:\n\n    .tablets({ margin : 20px; }, portrait);\n    .tablets({ margin : 40px; }, landscape);\n    \n*Example:*\n\n    @import '/bower_components/responsiveless/index'\n    \n    .some-element-class {\n      font-size        : 1.5rem;\n      background-color : #EFEFEF;\n      color            : #000;\n            \n      .phones({\n        color : red;\n      }, portrait);\n      \n      .tablets({\n        color : blue;\n      }, portrait);\n\n    }\n\n\n## Mixins Included\nThe mixins are inclusively hierarchical, meaning `.phones()` will leverage rules from `.iPhones()`, which will \nleverage rules from `.iPhone4()`, `.iPhone5()`, `.iPhone6()`, and `.iPhone6Plus()`, for example. Due to the way the \nrules were written, some targeting overlap will occur. \n\n*All mixins invoked with `(@rules, [@orientation])`:* \n\n    .laptops\n        .retina\n        .nonRetina\n    .phones\n        .galaxyPhones\n            .galaxyS3\n            .galaxyS4\n            .galaxyS5\n        .htcPhones\n            .htcOne\n        .iPhones\n            .iPhone4\n            .iPhone5\n            .iPhone6\n            .iPhone6Plus\n    .tablets\n        .galaxyTablets\n            .galaxyTab10\n        .iPads\n            .iPad1stGen\n                .iPad1\n                .iPad2\n            .iPad2ndGen\n                .iPad3\n                .iPad4\n            .iPadMini\n        .kindleFireTablets\n            .kindleFire7Inch\n            .kindleFire8Point9Inch\n        .nexusTablets\n            .asusNexus7\n    .wearables\n        .appleWearables\n            .appleWatch\n        .motoWearables\n            .moto360\n            \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliencreations%2Fresponsiveless","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliencreations%2Fresponsiveless","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliencreations%2Fresponsiveless/lists"}