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: 29 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T03:43:50.000Z (over 2 years ago)
- Last Synced: 2025-03-28T08:35:38.664Z (about 2 months 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: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Double

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
```
```