File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ It's strongly recommended to install only the modules you really need
42
42
- [ bianco.events] ( https://github.com/biancojs/events#api ) DOM events
43
43
- [ bianco.images-loader] ( https://github.com/biancojs/images-loader#api ) Load images using promises
44
44
- [ bianco.attr] ( https://github.com/biancojs/attr#api ) DOM attributes
45
+ - [ bianco.css] ( https://github.com/biancojs/css#api ) Css helpers
45
46
- [ bianco.dom-to-array] ( https://github.com/biancojs/dom-to-array#api ) Convert any DOM node/s into arrays
46
47
47
48
## TODO
@@ -57,7 +58,7 @@ List of the bianco modules to create:
57
58
- [ ] bianco.pointer
58
59
- [ ] ~~ bianco.template~~ (why? use es6 template strings instead!)
59
60
- [ ] ~~ bianco.ajax~~ (naa.. explain why ` fetch ` is better)
60
- - [ ] bianco.css
61
+ - [x ] bianco.css
61
62
- [x] bianco.attr
62
63
- [ ] ~~ bianco.animate~~ (maybe? Or it's better to use just one of the other 1000 libs?)
63
64
You can’t perform that action at this time.
0 commit comments