{"id":18341832,"url":"https://github.com/timonbandit/postcss-su-dev","last_synced_at":"2025-04-09T21:24:29.815Z","repository":{"id":44022388,"uuid":"229951149","full_name":"timonbandit/postcss-su-dev","owner":"timonbandit","description":"For internal purposes only","archived":false,"fork":false,"pushed_at":"2023-01-05T03:36:52.000Z","size":1126,"stargazers_count":0,"open_issues_count":14,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T13:27:13.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/timonbandit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-12-24T13:58:44.000Z","updated_at":"2019-12-24T13:59:22.000Z","dependencies_parsed_at":"2023-02-03T09:02:03.456Z","dependency_job_id":null,"html_url":"https://github.com/timonbandit/postcss-su-dev","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/timonbandit%2Fpostcss-su-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonbandit%2Fpostcss-su-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonbandit%2Fpostcss-su-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timonbandit%2Fpostcss-su-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timonbandit","download_url":"https://codeload.github.com/timonbandit/postcss-su-dev/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248113343,"owners_count":21049827,"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-11-05T20:28:40.883Z","updated_at":"2025-04-09T21:24:29.795Z","avatar_url":"https://github.com/timonbandit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostCSS Su Dev\n\n[PostCSS] plugin for internal purposes.\n\n[PostCSS]: https://github.com/postcss/postcss\n\n```css\n@critical common.css {\n  .page-title {\n    margin: 30px 0 28px;\n    font-weight: 700;\n    font-size: 36px;\n  }\n  \n/* Unnecessary comment */\n\n  @media (max-width: 767px) {\n    .page-title {\n      font-size: 26px;\n      line-height: 1.1;\n    }\n  }\n}\n```\n\n```css\n  .page-title {\n    margin: 30px 0 28px;\n    font-weight: 700;\n    font-size: 36px;\n  }\n\n  @media (max-width: 767px) {\n    .page-title {\n      font-size: 26px;\n      line-height: 1.1;\n    }\n  }\n```\n\n## Usage\n\nCheck you project for existed PostCSS config: `postcss.config.js`\nin the project root, `\"postcss\"` section in `package.json`\nor `postcss` in bundle config.\n\nIf you already use PostCSS, add the plugin to plugins list:\n\n```diff\nmodule.exports = {\n  plugins: [\n+   require('postcss-su-dev'),\n    require('autoprefixer')\n  ]\n}\n```\n\nIf you do not use PostCSS, add it according to [official docs]\nand set this plugin in settings.\n\n[official docs]: https://github.com/postcss/postcss#usage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonbandit%2Fpostcss-su-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimonbandit%2Fpostcss-su-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimonbandit%2Fpostcss-su-dev/lists"}