Rebuild with updated dependencies #245. Remove some empty selectors.

pull/251/head
Glen Cheney 6 years ago
parent 782566227c
commit 9320609da8

File diff suppressed because one or more lines are too long

@ -1,6 +1,7 @@
<h2>Changelog<a href="#changelog"></a></h2>
<p>For a more detailed changelog, visit <a href="https://github.com/Vestride/Shuffle/releases">the latest releases</a> on GitHub.</p>
<ul>
<li><code>v5.2.0</code> 8/19/18 - Lazily test whether the browser's <code>getComputedStyle</code> includes padding. This allows the bundled file to be imported in node for server side rendering.</li>
<li><code>v5.1.2</code> 3/26/18 - Fix misspelled <code>delimiter</code> option. Both "delimiter" and "delimeter" will continue to work for v5.</li>
<li><code>v5.1.1</code> 3/2/18 - Fix new item animation when there is an active filter.</li>
<li><code>v5.1.0</code> 2/20/18 - Add <code>compare</code> option to sorter. Add <code>es</code> build to package and <code>"module"</code> field to <code>package.json</code>.</li>

@ -338,10 +338,6 @@
margin-top: 0;
}
.site-footer__credit {
// margin: 0;
}
@include breakpoint(sm) {
.site-footer__credit {
text-align: right;

@ -69,15 +69,6 @@
@include make-grid(md);
}
@media screen and (min-width: $viewport-at-max-grid-width) {
.#{$grid-container} {
}
.#{$grid-row} {
}
}
.code-block {
position: relative;
overflow: visible;

@ -68,10 +68,6 @@
border-radius: 50%;
}
.shape--square .shape__space {
// Nothing to see here
}
// 166 / sqrt(166^2 + 166^2) = scale
.shape--diamond .shape__space {
transform: rotate(45deg) scale(0.707106781);

File diff suppressed because one or more lines are too long

@ -57,7 +57,7 @@
"chai": "^4.0.1",
"chai-dom": "^1.7.0",
"core-js": "^2.5.3",
"cssnano": "^4.0.0-rc.2",
"cssnano": "^4.0.5",
"eslint": "^4.11.0",
"gulp": "^4.0.0",
"gulp-mocha-phantomjs": "^0.12.2",

Loading…
Cancel
Save