ustyle icon indicating copy to clipboard operation
ustyle copied to clipboard

A living styleguide and pattern library by uSwitch.

Results 47 ustyle issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.0 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.mergewith&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=4.6.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6. Commits fee31c5 0.0.6 2f4a9d4 Merge pull request #9 from mhart/fix-buffer-constructor-vuln afbc744 Ensure data is not a number in Buffer constructor See full diff in...

dependencies

Bumps [underscore.string](https://github.com/epeli/underscore.string) from 3.3.4 to 3.3.5. Changelog *Sourced from [underscore.string's changelog](https://github.com/esamattis/underscore.string/blob/master/CHANGELOG.markdown).* > ### 3.3.5 > > * Security fix > * [Full changelog](https://github.com/epeli/underscore.string/compare/3.2.4...3.2.5) Commits - [`87ddc29`](https://github.com/esamattis/underscore.string/commit/87ddc29fab2df47a1bf09c048d2e0ba468159d2f) Release 3.3.5 - [`fde7ed6`](https://github.com/esamattis/underscore.string/commit/fde7ed699c26d294ed466624f9d843240cd14e94)...

dependencies

It uses YAML. It doesn't require YAML. It should.

This is the new card styles. @ricardomccerqueira I have taken what you did and co-committed as I cleaned them up on money-style before shifting them over. ![image](https://user-images.githubusercontent.com/1567681/40178499-85a8a212-59d9-11e8-8b18-ba3f9dbb522d.png) BOOM. Finally.

We should be moving the publish task to a CI to ensure we publish RubyGem and NPM package. Something with drone we should be able to do is: ``` u...

When using `-webkit-overflow-scrolling: touch;` inside an open overlay, when you reach the top/bottom of the overlay, the body will continue to scroll. If we change the implementation in [overlay.js](https://github.com/uswitch/ustyle/blob/master/vendor/assets/javascripts/ustyle/overlay.js#L80) to...