picostyle icon indicating copy to clipboard operation
picostyle copied to clipboard

Ultra small CSS in JS library in 0.4 KB

Results 84 picostyle issues
Sort by recently updated
recently updated
newest added

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

```js import { h } from "some-framework" import picostyle from "picostyle" const returnObject = true const { style, css } = picostyle(h, returnObject) ``` should be: ```js import { h...

picostyle function looks for an options object, not a boolean. https://github.com/morishitter/picostyle/blob/9f4053f806adbedbd7ee916e42f8153fbaccd948/src/index.js#L53-L54

Is it possible to define global styles for html, and body?

Bumps [acorn](https://github.com/acornjs/acorn) from 5.1.1 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...

dependencies

I follow the guides (and also inspect the source code) assuming you only want to use `css` function, then you should pass a [second parameter of picostyle](https://github.com/morishitter/picostyle/blob/9f4053f806adbedbd7ee916e42f8153fbaccd948/src/index.js#L54) with an option....

I'd like to decorate some components based upon prop values passed in to them. Can I use picostyle to define a class which I can then add or remove when...

Since **picostyle** lets us only to use object literal syntax, in what way we can lint the styles? I found only one (looking like abandoned) repository from **glamorous environment** (deprecated...

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits - [`fee31c5`](https://github.com/mhart/StringStream/commit/fee31c5c4a5efc7c7cc2fde4aee633dedefd6d67) 0.0.6 - [`2f4a9d4`](https://github.com/mhart/StringStream/commit/2f4a9d496f94b0880e01a26857aa266a5a3ef274) Merge pull request [#9](https://github-redirect.dependabot.com/mhart/StringStream/issues/9) from mhart/fix-buffer-constructor-vuln - [`afbc744`](https://github.com/mhart/StringStream/commit/afbc7442220358419e330618e47f3a65fc265b1b) Ensure data is not a number in Buffer constructor -...

dependencies