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

https://github.com/logonoff/shalecss

a pseudo-skeuomorph CSS framework
https://github.com/logonoff/shalecss

css shale

Last synced: about 1 year ago
JSON representation

a pseudo-skeuomorph CSS framework

Awesome Lists containing this project

README

          

# shalecss
flat-skeuomorph css components

## Building
To build the css file, run the following command:
```bash
npm ci
npm run build
```

The css file will be output to `build/shale.css`.

## Usage
Include the following files in your project:
- `build/shale.css`
- `build/shale.css.map` (optional)
- `build/icons.svg`
- `shalecss.js` (optional if you don't want theme switching)