{"id":22783011,"url":"https://github.com/stylecow/stylecow-plugin-nested-rules","last_synced_at":"2026-05-11T02:25:39.728Z","repository":{"id":19344513,"uuid":"22583658","full_name":"stylecow/stylecow-plugin-nested-rules","owner":"stylecow","description":"Stylecow plugin to add support for nested rules.","archived":false,"fork":false,"pushed_at":"2020-09-12T21:49:28.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"deno","last_synced_at":"2025-03-26T17:51:55.788Z","etag":null,"topics":["css","deno","nested-rules","preprocessor","stylecow"],"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/stylecow.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":"2014-08-03T21:08:49.000Z","updated_at":"2020-09-12T21:49:03.000Z","dependencies_parsed_at":"2022-08-29T14:42:15.574Z","dependency_job_id":null,"html_url":"https://github.com/stylecow/stylecow-plugin-nested-rules","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylecow%2Fstylecow-plugin-nested-rules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylecow%2Fstylecow-plugin-nested-rules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylecow%2Fstylecow-plugin-nested-rules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stylecow%2Fstylecow-plugin-nested-rules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stylecow","download_url":"https://codeload.github.com/stylecow/stylecow-plugin-nested-rules/tar.gz/refs/heads/deno","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245708859,"owners_count":20659622,"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","deno","nested-rules","preprocessor","stylecow"],"created_at":"2024-12-11T22:06:29.805Z","updated_at":"2026-05-11T02:25:39.699Z","avatar_url":"https://github.com/stylecow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stylecow plugin nested-rules\n\nStylecow plugin to add support for nested rules.\n\nMore info:\n\n* https://drublic.de/blog/the-css-hierarchies-module-level-3/\n* http://lists.w3.org/Archives/Public/www-style/2011Jun/0022.html\n\n\nYou write:\n\n```css\nbody {\n  \u0026 p {\n    color: blue;\n  }\n  \u0026 \u003e section {\n    \u0026 h1,\n    \u0026 h2 {\n      color: red;\n\n      \u0026.green {\n        color: green;\n      }\n    }\n  }\n  \u0026 div,\n  \u0026 span {\n    \u0026 a {\n      color: orange;\n    }\n  }\n}\n```\n\nAnd stylecow converts to:\n\n```css\nbody p {\n  color: blue;\n}\nbody \u003e section h1,\nbody \u003e section h2 {\n  color: red;\n}\nbody \u003e section h1 .green,\nbody \u003e section h2.green {\n  color: green;\n}\nbody div a,\nbody span a {\n  color: orange;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstylecow%2Fstylecow-plugin-nested-rules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstylecow%2Fstylecow-plugin-nested-rules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstylecow%2Fstylecow-plugin-nested-rules/lists"}