Skip to content

RXS - v0.3.4

Choose a tag to compare

@ItsJonQ ItsJonQ released this 09 Apr 19:52
· 24 commits to master since this release

Updates

  • adds .inspect() method
  • adds tests for .inspect()

Works like:

```js
rxs('.happy-class').inspect();

Results:

{
  display: 'block',
  margin: '10px'
}

Resolves: #10