{"id":17463964,"url":"https://github.com/tenhobi/postcss-czech-stylesheets","last_synced_at":"2026-02-15T16:01:37.566Z","repository":{"id":57327940,"uuid":"47036780","full_name":"tenhobi/postcss-czech-stylesheets","owner":"tenhobi","description":"PostCSS plugin for writing Czech Style Sheets","archived":false,"fork":false,"pushed_at":"2020-09-23T21:28:17.000Z","size":18,"stargazers_count":51,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-11T01:45:31.045Z","etag":null,"topics":["postcss"],"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/tenhobi.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":"2015-11-28T19:29:49.000Z","updated_at":"2024-03-20T08:03:02.000Z","dependencies_parsed_at":"2022-09-16T07:00:41.384Z","dependency_job_id":null,"html_url":"https://github.com/tenhobi/postcss-czech-stylesheets","commit_stats":null,"previous_names":["hobi/postcss-czech-stylesheets"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tenhobi/postcss-czech-stylesheets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenhobi%2Fpostcss-czech-stylesheets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenhobi%2Fpostcss-czech-stylesheets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenhobi%2Fpostcss-czech-stylesheets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenhobi%2Fpostcss-czech-stylesheets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tenhobi","download_url":"https://codeload.github.com/tenhobi/postcss-czech-stylesheets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tenhobi%2Fpostcss-czech-stylesheets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29483283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["postcss"],"created_at":"2024-10-18T10:44:17.345Z","updated_at":"2026-02-15T16:01:37.521Z","avatar_url":"https://github.com/tenhobi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/c/cb/Flag_of_the_Czech_Republic.svg\" alt=\"Czech Republic\" height=\"32px\" width=\"auto\"\u003e PostCSS Czech Stylesheets\n\n\u003e [PostCSS](https://github.com/postcss/postcss) plugin for writing Czech Style Sheets.\n\n## Installation\n\n```console\n$ npm install --save-dev postcss-czech-stylesheets\n```\n\n## Example\n\n### Input\n\n```css\n.error-msg {\n    zobrazení: blok;\n    levý-rámeček: 3px pevné červené;\n    velikost-písma: 15px;\n    výška-řádku: 20px;\n    pozadí: průhledné;\n    barva: červená !kurva;\n}\n```\n\n### Output\n\n```css\n.error-msg {\n    display: block;\n    border-left: 3px solid red;\n    font-size: 15px;\n    line-height: 20px;\n    background: transparent;\n    color: red !important;\n}\n```\n\n## Usage\n\n### Gulp\n\n```js\nvar gulp = require('gulp');\nvar rename = require('gulp-rename');\nvar postcss = require('gulp-postcss');\nvar autoprefixer = require('autoprefixer')\nvar czechCSS = require('postcss-czech-stylesheets');\n\ngulp.task('default', function () {\n    var processors = [\n        czechCSS(),\n        autoprefixer({ browsers: ['\u003e 0%'] })\n    ];\n    \n    return gulp.src('src/**/*.css')\n        .pipe(postcss(processors))\n        .pipe(rename('output.css'))\n        .pipe(gulp.dest('build'));\n});\n```\n\n## [Changelog](CHANGELOG.md)\n\n## [License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftenhobi%2Fpostcss-czech-stylesheets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftenhobi%2Fpostcss-czech-stylesheets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftenhobi%2Fpostcss-czech-stylesheets/lists"}