Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emanuelescarabattoli/double
A CSS framework with dark mode
https://github.com/emanuelescarabattoli/double
css css-framework dark-mode sass sass-framework
Last synced: 30 days ago
JSON representation
A CSS framework with dark mode
- Host: GitHub
- URL: https://github.com/emanuelescarabattoli/double
- Owner: emanuelescarabattoli
- License: mit
- Created: 2019-05-23T16:50:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T03:43:50.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T03:21:42.615Z (about 1 month ago)
- Topics: css, css-framework, dark-mode, sass, sass-framework
- Language: CSS
- Homepage: https://emanuelescarabattoli.github.io/double/index.html
- Size: 561 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Double
![Double](https://emanuelescarabattoli.github.io/double/assets/img/double-small.png)
Double is a CSS framework with dark mode. [https://emanuelescarabattoli.github.io/double](https://emanuelescarabattoli.github.io/double)
## Installation
To use double in your project use the following template
```
```
## Dark mode
To use the dark mode just wrap your HTML around a `div` with the CSS class `dark-mode` as in the following example
```
```