Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programble/writ
Opinionated, classless styles for semantic HTML
https://github.com/programble/writ
Last synced: 3 months ago
JSON representation
Opinionated, classless styles for semantic HTML
- Host: GitHub
- URL: https://github.com/programble/writ
- Owner: programble
- License: isc
- Archived: true
- Created: 2015-07-15T04:23:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-01T15:15:09.000Z (about 5 years ago)
- Last Synced: 2024-05-22T19:31:09.998Z (6 months ago)
- Language: HTML
- Homepage: https://writ.cmcenroe.me
- Size: 260 KB
- Stars: 465
- Watchers: 14
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Writ
Opinionated, classless styles for semantic HTML.
## Usage
```html
```
[Full template][template]
Writ is served through the CloudFlare CDN.
[template]: template.html
## Goals
- Drop-in stylesheet
- No classes
- No extra elements
- Responsive, without special-casing
- Visually pleasing## Motivation
HTML is super easy to write. Markdown is even easier to write and
generate HTML from. But what does it look like?
Not very nice, and it gets worse the more there is. Applying the Writ
stylesheet makes it better.
## Caveats
Writ is designed for modern, standards compliant browsers only. There are no
compatibility hacks. Writ is tested on the latest stable releases of Safari,
Chrome and Firefox.## License
Copyright © 2015, Curtis McEnroe
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.