An open API service indexing awesome lists of open source software.

https://github.com/samccone/dogestyle


https://github.com/samccone/dogestyle

Last synced: over 1 year ago
JSON representation

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