{"id":13340527,"url":"https://github.com/viur-framework/gulp-join-media-queries","last_synced_at":"2025-03-11T18:31:24.128Z","repository":{"id":57258000,"uuid":"98198274","full_name":"viur-framework/gulp-join-media-queries","owner":"viur-framework","description":"gulp-plugin to join media-queries","archived":false,"fork":true,"pushed_at":"2019-04-05T11:20:24.000Z","size":56,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-07T03:41:29.690Z","etag":null,"topics":["css","gulp","gulp-plugin","join","less","madeindortmund","mausbrand","media-queries","nodejs","npm","package","viur"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gulp-join-media-queries","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"1ven/gulp-merge-media-queries","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viur-framework.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":"2017-07-24T14:12:40.000Z","updated_at":"2022-07-04T05:34:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/viur-framework/gulp-join-media-queries","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fgulp-join-media-queries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fgulp-join-media-queries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fgulp-join-media-queries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viur-framework%2Fgulp-join-media-queries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viur-framework","download_url":"https://codeload.github.com/viur-framework/gulp-join-media-queries/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243090336,"owners_count":20234778,"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":["css","gulp","gulp-plugin","join","less","madeindortmund","mausbrand","media-queries","nodejs","npm","package","viur"],"created_at":"2024-07-29T19:23:32.633Z","updated_at":"2025-03-11T18:31:23.865Z","avatar_url":"https://github.com/viur-framework.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gulp-join-media-queries\n\n\u003e Combine matching media queries into one media query definition. Useful for CSS generated by preprocessors using nested media queries.\n\n\nThis plugin is the further development of the originally fork [gulp-merge-media-queries](https://github.com/1ven/gulp-merge-media-queries).\nWhich is inspired from [grunt-combine-media-queries](https://github.com/buildingblocks/grunt-combine-media-queries).\n\n## Install\n\n```\nnpm install gulp-join-media-queries --save-dev\n```\n\n## Usage\n```javascript\nvar jmq = require('join-merge-media-queries');\n\ngulp.task('jmq', function () {\n  gulp.src('src/**/*.css')\n    .pipe(jmq({\n      log: true\n    }))\n    .pipe(gulp.dest('dist'));\n});\n```\n\n## Options\n\n### log\n\nType: `boolean` Default: `false`\n\nLog processed media queries.\n\n### use_external\n\nType: `boolean` Default: `false`\n\nWrites media queries into external file, named as [src].responsive.css\n\n## License\n\n(MIT License)\n\nCopyright (C) 2017-2019 by Mausbrand Informationssysteme GmbH.\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviur-framework%2Fgulp-join-media-queries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviur-framework%2Fgulp-join-media-queries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviur-framework%2Fgulp-join-media-queries/lists"}