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
- Host: GitHub
- URL: https://github.com/logonoff/shalecss
- Owner: logonoff
- License: mit
- Created: 2020-06-17T00:23:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T19:58:31.000Z (about 1 year ago)
- Last Synced: 2025-05-08T01:16:22.038Z (about 1 year ago)
- Topics: css, shale
- Language: SCSS
- Homepage: http://logonoff.co/shalecss/
- Size: 168 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)