We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73de557 commit 8c0080fCopy full SHA for 8c0080f
README.md
@@ -9,7 +9,10 @@
9
## Usage
10
11
```js
12
-import $ from 'bianco.force-reflow'
+import forceReflow from 'bianco.force-reflow'
13
+
14
+// force the reflow on a single element
15
+forceReflow(document.querySelector('#my-id'))
16
```
17
18
[travis-image]: https://img.shields.io/travis/biancojs/force-reflow.svg?style=flat-square
0 commit comments