{"id":13531456,"url":"https://github.com/swlkr/ridgecss","last_synced_at":"2025-04-12T11:21:32.507Z","repository":{"id":46905309,"uuid":"267634453","full_name":"swlkr/ridgecss","owner":"swlkr","description":"A maximalist css framework for making web apps fast","archived":false,"fork":false,"pushed_at":"2022-07-18T21:35:51.000Z","size":804,"stargazers_count":156,"open_issues_count":8,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-26T06:11:16.110Z","etag":null,"topics":["alpinejs","css","css-framework","dark-mode"],"latest_commit_sha":null,"homepage":"https://swlkr.com/ridgecss/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swlkr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-28T16:03:11.000Z","updated_at":"2025-01-20T04:47:33.000Z","dependencies_parsed_at":"2022-08-12T13:11:07.368Z","dependency_job_id":null,"html_url":"https://github.com/swlkr/ridgecss","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fridgecss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fridgecss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fridgecss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swlkr%2Fridgecss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swlkr","download_url":"https://codeload.github.com/swlkr/ridgecss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248558129,"owners_count":21124223,"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":["alpinejs","css","css-framework","dark-mode"],"created_at":"2024-08-01T07:01:03.129Z","updated_at":"2025-04-12T11:21:32.484Z","avatar_url":"https://github.com/swlkr.png","language":"JavaScript","funding_links":[],"categories":["Examples","JavaScript"],"sub_categories":[],"readme":"# ridge.css\n\n\u003e The clearest way into the Universe is through a forest wilderness. - John Muir\n\nridge.css is a set of classless css themes, layout helpers via [pylon.css](https://github.com/almonk/pylon) and optional [alpine.js](https://github.com/alpinejs/alpine) code to help you write _fast web apps fast_\n\n## Usage\nTry before you buy! Here's how your html could look after applying ridge.css (with the default dark theme)\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\" dir=\"ltr\"\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"utf-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\" /\u003e\n    \u003ctitle\u003eridge.css\u003c/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"ridge-dark.css\" /\u003e\n    \u003clink rel=\"stylesheet\" href=\"ridge.css\" /\u003e\n  \u003c/head\u003e\n  \u003cbody\u003e\n    \u003cvstack spacing=\"xl\"\u003e\n      \u003chstack\u003e\n        \u003ca href=\"/\"\u003eCool logo\u003c/a\u003e\n        \u003cspacer\u003e\u003c/spacer\u003e\n        \u003chstack spacing=s\u003e\n          \u003ca href=\"/pricing\"\u003ePricing\u003c/a\u003e\n          \u003ca href=\"/join\"\u003e\n            \u003cbutton\u003eSign up\u003c/button\u003e\n          \u003c/a\u003e\n        \u003c/hstack\u003e\n      \u003c/hstack\u003e\n\n      \u003cvstack align-x=\"center\"\u003e\n        \u003ch1\u003eWelcome to ridge.css!\u003c/h1\u003e\n      \u003c/vstack\u003e\n    \u003c/vstack\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n\nHere's a screenshot of how that looks:\n\n![screenshot of default dark theme](demo.png)\n\n## Install\n\nDownload a theme, and add it to your html:\n\n```html\n\u003chead\u003e\n  \u003clink rel=\"stylesheet\" media=\"(prefers-color-scheme: light), (prefers-color-scheme: none)\" href=\"ridge-light.css\" /\u003e\n  \u003clink rel=\"stylesheet\" media=\"(prefers-color-scheme: dark)\" href=\"ridge-dark.css\" /\u003e\n  \u003clink rel=\"stylesheet\" href=\"ridge.css\" /\u003e\n\u003c/head\u003e\n```\n\nThe example above adds both light and dark default themes and switches depending on the OS's dark mode setting.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswlkr%2Fridgecss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswlkr%2Fridgecss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswlkr%2Fridgecss/lists"}