Skip to content

Commit 6bbf8c9

Browse files
committed
updates readme with demo link.
1 parent e82c1a0 commit 6bbf8c9

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1+
<img src="https://user-images.githubusercontent.com/5230729/33617107-17ebf23c-d99c-11e7-8aa6-ec559bd23027.png" alt="project acorn" title="project acorn" width="40" />
2+
13
# acorn.css
2-
A minimal classless CSS framework.
4+
A minimal (opinionated) classless CSS framework.
5+
6+
- [Demo](https://jomurgel.github.io/acorn.css/)
7+
8+
## Contents
9+
I've attempted to include base styles for all major HTML5 elements with 100% [W3C](https://validator.w3.org/) compliance.
10+
11+
This framework uses no classes, though does lean a bit on data attributes which is typically easier to work with especially when working with JavaScript also. My preference, you don't need to like it.
12+
13+
This framework supports native dark/light mode out of the box, but nothing has been built to toggle between the two.
14+
15+
The demo includes everything you might need for content elements, images and media, form, interactive, and table elements.
16+
17+
Additional information found at the [https://jomurgel.github.io/acorn.css/#info](bottom), some FYIs, some gotchas.
18+
19+
More to come.

0 commit comments

Comments
 (0)