File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,14 @@ const coolDivs = $('div').filter(d => d.classList.contains('cool'))
38
38
Bianco is build out on the top of many micro DOM helpers.<br >
39
39
It's strongly recommended to install only the modules you really need
40
40
41
- - [ bianco.query] ( https://github.com/biancojs/query#api ) DOM queries
42
41
- [ bianco.events] ( https://github.com/biancojs/events#api ) DOM events
43
- - [ bianco.images-loader] ( https://github.com/biancojs/images-loader#api ) Load images using promises
44
- - [ bianco.attr] ( https://github.com/biancojs/attr#api ) DOM attributes
45
- - [ bianco.css] ( https://github.com/biancojs/css#api ) Css helpers
42
+ - [ bianco.query] ( https://github.com/biancojs/query#api ) DOM queries
46
43
- [ bianco.dom-to-array] ( https://github.com/biancojs/dom-to-array#api ) Convert any DOM node/s into arrays
44
+ - [ bianco.images-loader] ( https://github.com/biancojs/images-loader#api ) Load images with promises
45
+ - [ bianco.viewport] ( https://github.com/biancojs/viewport#api ) Viewport properties and utils (scrollbar width, scrollTop...)
46
+ - [ bianco.force-reflow] ( https://github.com/biancojs/force-reflow#api ) Force DOM reflows
47
+ - [ bianco.css] ( https://github.com/biancojs/css#api ) CSS helper
48
+ - [ bianco.attr] ( https://github.com/biancojs/attr#api ) DOM attributes
47
49
48
50
## TODO
49
51
You can’t perform that action at this time.
0 commit comments