Michał Jezierski

Results 8 issues of Michał Jezierski

Please publish this package to npm repository.

Hi, I have a problem with scoped, multi-valued animations. Looks like it doesn't work as expected for me. For example the following code ```css .foo { animation: keyframe-1 1s ease-in-out,...

Change host to hostname and path to pathname to make it more compatible with https://nodejs.org/api/url.html Here's what `require('url').parse` returns: ```js { protocol: 'https:', slashes: true, auth: null, host: 'aaa.com:34567', port:...

v1.0
Breaking Change

Change the way we pass webpack configuration. The base configuration should be extended and property names should match the ones from webpack.

1.0

Interactive mode should be a kind of alias for --watch and --dev + it could also generate some kind of storybook-like page with all the variants rendered in iframes.

1.0

In `./src/selena/boards/templates/boards/*.html` scripts are included using ``` ``` The `language` attribute on the script element is deprecated and produces warning in W3C Validator. We can safely omit it. Moreover, templates...

ready

`stylesheet.css` needs some work to make it modern-rules-compliant: **don't select elements by tag name** (which decreases performance) ``` css .service-info p {...} .input-append input {...} #show-header h1 {...} ``` **never...