Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/swlkr/ridgecss

A maximalist css framework for making web apps fast
https://github.com/swlkr/ridgecss

alpinejs css css-framework dark-mode

Last synced: about 2 months ago
JSON representation

A maximalist css framework for making web apps fast

Awesome Lists containing this project

README

        

# ridge.css

> The clearest way into the Universe is through a forest wilderness. - John Muir

ridge.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_

## Usage
Try before you buy! Here's how your html could look after applying ridge.css (with the default dark theme)

```html




ridge.css






Cool logo


Pricing

Sign up



Welcome to ridge.css!




```

Here's a screenshot of how that looks:

![screenshot of default dark theme](demo.png)

## Install

Download a theme, and add it to your html:

```html



```

The example above adds both light and dark default themes and switches depending on the OS's dark mode setting.