Simon Smith

Results 17 issues of Simon Smith

* Update `peerDependency` version in `package.json` * Update some packages to later versions * Update the `examples` directory to work with Cypress >10 If you're open to it I was...

No JSFiddle as the demo site seems adequate but I have provided a short video that hopefully demonstrates what I am seeing - https://cl.ly/lMlW When scrolling the `translateY` value of...

enhancement
workaround

With vanilla `git status` I would have staged files as `green` and changed as `red` which helps at a glance know what's yet to be added. Is it possible to...

feature request
ui

I believe a breaking change was introduced in https://github.com/americanexpress/jest-image-snapshot/pull/298 The `diffImageToSnapshot` function now accepts what appears to be an optional `receivedDir` prop but it has no default value so if...

Most of the features in there have native browser support already, and it's very easy to hook up `postcss-cli` otherwise. Either that or we could create a plugin pack, [similar...

I think we can safely drop IE10 now, we might be able to remove a couple of the awkward hacks in `utils-flex` and `grid`. The biggest wins however would be...

Node 4 is EOL on 2018-04-30 so we need to upgrade. Can use a few nicer ES6 features too.

preprocessor

Some clearer code examples of what `initial` and `combined` are used for in the README would be very useful. Relevant #130

Hi, This works as expected: ``` .test { color: #000; } .hello { .test; } ``` However this: ``` @media only screen and (min-width: 42em) { .test { color: #000;...

Great plugin, very useful. However with properties like `margin`, `padding` etc it would be great to use just `margin` and it cover off `margin-top`, `margin-bottom` etc without declaring them all....

enhancement