Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexflipnote/modesta
🎨 A clean CSS framework made to be dark, responsive and easy to build with.
https://github.com/alexflipnote/modesta
clean css easy-to-use flat framework hacktoberfest modern modestacss scss
Last synced: 2 days ago
JSON representation
🎨 A clean CSS framework made to be dark, responsive and easy to build with.
- Host: GitHub
- URL: https://github.com/alexflipnote/modesta
- Owner: AlexFlipnote
- License: mit
- Created: 2018-04-10T18:42:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T19:52:55.000Z (about 2 years ago)
- Last Synced: 2024-05-02T01:33:06.063Z (7 months ago)
- Topics: clean, css, easy-to-use, flat, framework, hacktoberfest, modern, modestacss, scss
- Language: SCSS
- Homepage: https://modesta.alexflipnote.dev/
- Size: 870 KB
- Stars: 82
- Watchers: 7
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modesta
A responsive CSS framework with built-in dark and light theme## Colour scheme
```
dark-highlight #181818 rgb(24, 24, 24)
dark-primary #282828 rgb(40, 40, 40)
dark-secondary #303030 rgb(48, 48, 48)light-highlight #d9d9d9 rgb(217, 217, 217)
light-primary #ececec rgb(236, 236, 236)
light-secondary #f5f5f5 rgb(245, 245, 245)
```## Documentation
You can check the [wiki](https://github.com/AlexFlipnote/Modesta/wiki) to view all components in Modesta## Used Resources:
- [twemoji-awesome](https://github.com/ellekasai/twemoji-awesome)## Development requirements
- [SASS](https://sass-lang.com/)To compile code, use `make build` or `make dev` to watch changes while working on it.