https://github.com/samccone/dogestyle
https://github.com/samccone/dogestyle
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samccone/dogestyle
- Owner: samccone
- Created: 2014-06-02T18:15:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T18:21:34.000Z (about 12 years ago)
- Last Synced: 2025-01-28T10:49:02.215Z (over 1 year ago)
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A dogebased style language
===========
## proposal
### many token
```css
many {
background: red
}
* {
background: red
}
```
### very token
```css
very doge{
background: red
}
.doge {
background: red
}
```
### such token
```css
such doge{
background: red
}
#doge {
background: red
}
```