{"id":15792864,"url":"https://github.com/stackcss/sheetify-nested","last_synced_at":"2025-03-14T14:30:44.413Z","repository":{"id":57358214,"uuid":"76467431","full_name":"stackcss/sheetify-nested","owner":"stackcss","description":"Sheetify plugin to unwrap nested rules","archived":false,"fork":false,"pushed_at":"2016-12-14T14:52:33.000Z","size":9,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-11T23:19:24.459Z","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/stackcss.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-12-14T14:37:23.000Z","updated_at":"2019-08-04T13:26:06.000Z","dependencies_parsed_at":"2022-09-26T16:40:47.892Z","dependency_job_id":null,"html_url":"https://github.com/stackcss/sheetify-nested","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcss%2Fsheetify-nested","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcss%2Fsheetify-nested/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcss%2Fsheetify-nested/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackcss%2Fsheetify-nested/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackcss","download_url":"https://codeload.github.com/stackcss/sheetify-nested/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243593210,"owners_count":20316149,"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-10-04T23:06:03.954Z","updated_at":"2025-03-14T14:30:43.986Z","avatar_url":"https://github.com/stackcss.png","language":"JavaScript","readme":"# sheetify-nested [![stability][0]][1]\n[![npm version][2]][3] [![build status][4]][5] [![test coverage][6]][7]\n[![downloads][8]][9] [![js-standard-style][10]][11]\n\nSheetify plugin to unwrap nested rules.\n\n```js\n// in.js\nvar css = require('sheetify')\n\ncss`\n  :host {\n    .input {\n      color: blue;\n    }\n    .button {\n      \u0026:hover, \u0026:focus {}\n    }\n  }\n`\n```\n\n```css\n/* out.css */\n._5e252abd .input {\n    color: blue;\n}\n._5e252abd .button:hover,._5e252abd .button:focus {}\n```\n\n## Command line\n```sh\n$ browserify ./test/in.js -t [ sheetify/transform -u sheetify-nested ]\n```\n\n## JS api\n```js\nconst browserify = require('browserify')\n\nbrowserify()\n  .transform('sheetify/transform', { use: [ 'sheetify-nested' ] })\n  .bundle()\n```\n\n## Installation\n```sh\n$ npm install sheetify-nested\n```\n\n## License\n[MIT](https://tldrlegal.com/license/mit-license)\n\n[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square\n[1]: https://nodejs.org/api/documentation.html#documentation_stability_index\n[2]: https://img.shields.io/npm/v/sheetify-nested.svg?style=flat-square\n[3]: https://npmjs.org/package/sheetify-nested\n[4]: https://img.shields.io/travis/stackcss/sheetify-nested/master.svg?style=flat-square\n[5]: https://travis-ci.org/stackcss/sheetify-nested\n[6]: https://img.shields.io/codecov/c/github/stackcss/sheetify-nested/master.svg?style=flat-square\n[7]: https://codecov.io/github/stackcss/sheetify-nested\n[8]: http://img.shields.io/npm/dm/sheetify-nested.svg?style=flat-square\n[9]: https://npmjs.org/package/sheetify-nested\n[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square\n[11]: https://github.com/feross/standard\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackcss%2Fsheetify-nested","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackcss%2Fsheetify-nested","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackcss%2Fsheetify-nested/lists"}