{"id":16256377,"url":"https://github.com/hmsk/elm-css-modern-normalize","last_synced_at":"2026-04-24T16:02:58.821Z","repository":{"id":46533092,"uuid":"275525992","full_name":"hmsk/elm-css-modern-normalize","owner":"hmsk","description":"An Elm port of modern-normalize for rtfeldman/elm-css.","archived":false,"fork":false,"pushed_at":"2021-10-07T08:38:14.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-19T15:19:15.514Z","etag":null,"topics":["css","elm","modern-normalize"],"latest_commit_sha":null,"homepage":"https://package.elm-lang.org/packages/hmsk/elm-css-modern-normalize/latest","language":"Elm","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/hmsk.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":"2020-06-28T06:54:42.000Z","updated_at":"2021-10-07T08:37:40.000Z","dependencies_parsed_at":"2022-09-14T17:12:03.089Z","dependency_job_id":null,"html_url":"https://github.com/hmsk/elm-css-modern-normalize","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/hmsk/elm-css-modern-normalize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmsk%2Felm-css-modern-normalize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmsk%2Felm-css-modern-normalize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmsk%2Felm-css-modern-normalize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmsk%2Felm-css-modern-normalize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hmsk","download_url":"https://codeload.github.com/hmsk/elm-css-modern-normalize/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmsk%2Felm-css-modern-normalize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32230421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["css","elm","modern-normalize"],"created_at":"2024-10-10T15:45:04.833Z","updated_at":"2026-04-24T16:02:58.787Z","avatar_url":"https://github.com/hmsk.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elm-css-modern-normalize\n\nAn Elm port of [modern-normalize](https://github.com/sindresorhus/modern-normalize) for [rtfeldman/elm-css](https://package.elm-lang.org/packages/rtfeldman/elm-css/latest/).\n\n## Install\n\n```\nelm install hmsk/elm-css-modern-normalize\n```\n\n## Usage\n\n```elm\nimport Css.ModernNormalize as ModernNormalize\n\nview : Model -\u003e Html Msg\nview _ =\n    [\n      ModernNormalize.globalHtml\n      -- Your application view comes here\n    ]\n```\n\n### elm-css friendly functions\n\n```elm\nimport Css exposing (color, hex)\nimport Css.Global exposing (global, selector)\nimport Css.ModernNormalize as ModernNormalize\nimport Html.Styled\n\nbuildGlobal : Html.Styled.Html msg\nbuildGlobal =\n    global \u003c|\n        [\n          selector \".myGlobalStyle\" [ color \u003c| hex \"#597B8C\" ]\n        ]\n          ++ ModernNormalize.snippets\n```\n\n```elm\nimport Css.ModernNormalize as ModernNormalize\nimport Html.Styled exposing (h1)\n\nstyledView : Html.Styled.Html msg\nstyledView =\n    [ h1 [] [text \"header\"]\n    , ModernNormalize.globalStyledHtml\n    ]\n```\n\n## License\n\n[MIT](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmsk%2Felm-css-modern-normalize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhmsk%2Felm-css-modern-normalize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmsk%2Felm-css-modern-normalize/lists"}