{"id":32179756,"url":"https://github.com/powernoodle/cljc-normalize","last_synced_at":"2026-02-21T13:01:28.850Z","repository":{"id":62435341,"uuid":"43669508","full_name":"powernoodle/cljc-normalize","owner":"powernoodle","description":"Clojure library that supplies normalize.css via Garden","archived":false,"fork":false,"pushed_at":"2019-05-21T20:12:47.000Z","size":27,"stargazers_count":6,"open_issues_count":0,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-12-31T08:41:47.152Z","etag":null,"topics":["clojure-library","css","garden"],"latest_commit_sha":null,"homepage":null,"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/powernoodle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-05T06:55:43.000Z","updated_at":"2022-05-10T20:14:21.000Z","dependencies_parsed_at":"2022-11-01T21:02:38.341Z","dependency_job_id":null,"html_url":"https://github.com/powernoodle/cljc-normalize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/powernoodle/cljc-normalize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/powernoodle%2Fcljc-normalize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/powernoodle%2Fcljc-normalize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/powernoodle%2Fcljc-normalize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/powernoodle%2Fcljc-normalize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/powernoodle","download_url":"https://codeload.github.com/powernoodle/cljc-normalize/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/powernoodle%2Fcljc-normalize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29623611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"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-library","css","garden"],"created_at":"2025-10-21T21:14:14.728Z","updated_at":"2026-02-21T13:01:28.838Z","avatar_url":"https://github.com/powernoodle.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# normalize\n\nA Clojure library that ports\n[normalize.css](http://necolas.github.io/normalize.css/) to\n[Garden](https://github.com/noprompt/garden).\n\n## Usage\n\nAdd the following dependency to your project.clj file:\n\n```\n[com.powernoodle/normalize \"8.0.1\"]\n```\n\n## Example\n\nTo use with Garden just include the normalize css rules in your apps\nstyles list before your other styles and compile normally with Garden.\n\n```clojure\n(ns example\n  (:require [normalize.core :refer [normalize]]))\n\n(def app-styles\n  [normalize\n   [:a {:color \"red\"}]\n   [:span {:text-transform \"uppercase\"}]])\n```\n\nYou can also consume the raw css without Garden.\n\nThis example contains an `index` function that will generate HTML\nincluding an internal `\u003cstyle\u003e` tag containing the normalize\nstyles. Alternatively, you can choose to render this content to an\nexternal file.\n\n```clojure\n(ns example\n  (:require [hiccup.page :refer [html5]]\n            [normalize.core :refer [normalize-css]]))\n\n(defn index\n  []\n  (html5 {:lang \"en\"}\n         [:head\n                [:title \"Hello World\"]\n                [:style normalize-css]]\n         [:body\n                [:h1 \"hello world!\"]]))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpowernoodle%2Fcljc-normalize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpowernoodle%2Fcljc-normalize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpowernoodle%2Fcljc-normalize/lists"}