{"id":20272239,"url":"https://github.com/panthevm/compcss","last_synced_at":"2026-05-08T21:31:12.583Z","repository":{"id":100322989,"uuid":"423214573","full_name":"Panthevm/compcss","owner":"Panthevm","description":"A tool for transforming CSS with Clojure","archived":false,"fork":false,"pushed_at":"2021-12-18T12:06:24.000Z","size":339,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T00:49:31.890Z","etag":null,"topics":["clojure","css"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/Panthevm.png","metadata":{"files":{"readme":"README.org","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-31T17:26:40.000Z","updated_at":"2023-03-21T14:06:41.000Z","dependencies_parsed_at":"2023-05-13T18:45:20.818Z","dependency_job_id":null,"html_url":"https://github.com/Panthevm/compcss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Panthevm/compcss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panthevm%2Fcompcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panthevm%2Fcompcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panthevm%2Fcompcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panthevm%2Fcompcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Panthevm","download_url":"https://codeload.github.com/Panthevm/compcss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Panthevm%2Fcompcss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32798227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["clojure","css"],"created_at":"2024-11-14T12:42:36.841Z","updated_at":"2026-05-08T21:31:12.567Z","avatar_url":"https://github.com/Panthevm.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"* CompCSS\nA tool for transforming CSS with Clojure.\n\n\n** Middleware\n+ [[https://github.com/Panthevm/compcss-unused-remove][compcss-unused-remove]]\n+ [[https://github.com/Panthevm/compcss-visually-impaired][compcss-visually-impaired]]\n+ [[https://github.com/Panthevm/compcss-compression][compcss-compression]]\n+ [[https://github.com/rnikolae/compcss-elochka-gori][compcss-elochka-gori]]\n\n** Usage\nAdd a dependency.\n\n#+BEGIN_SRC edn\ncompcss/compcss {:mvn/version \"LASTEST\"}\n#+END_SRC\n\nCreate watcher at the start of the app.\n\n#+BEGIN_SRC clj\n(ns user)\n(require 'compcss.core)\n\n(compcss.core/create-watcher\n {:input\n  {;; The directory of css source files\n   :css [\"resources/public/css/src\"] \n   ;; The directory of source files\n   :clj [\"src\"]}                     \n  ;; Handler for changes to source files\n  :handler\n  (-\u003e\n   compcss.core/after-middleware  ;; stylesheets \u003c- schema\n   compcss.core/before-middleware ;; stylesheets -\u003e schema\n   )\n  ;; Path to the outgoing css file\n  :output\n  {:css \"resources/public/css/clean.css\"}})\n\n#+END_SRC\n\nDone. Now changing the source files entails assembling the outgoing css file. \n\n[[https://github.com/Panthevm/compcss/tree/master/example][Example project]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanthevm%2Fcompcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanthevm%2Fcompcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanthevm%2Fcompcss/lists"}