Skip to content

Commit

Permalink
Prune a few leftover unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
roblevintennis committed Oct 4, 2020
1 parent c0d940f commit 8075435
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions agnosticui-css/card.css
Expand Up @@ -16,12 +16,6 @@

.card,
.card-skin {
/* Indivual properties of: cubic-bezier(0.39, 0.575, 0.565, 1) */
--agnosticui-default-card-cubic-1: 0.39;
--agnosticui-default-card-cubic-2: 0.575;
--agnosticui-default-card-cubic-3: 0.565;
--agnosticui-default-card-cubic-4: 1;

transition: color 0.75s, background-color 2s, translateY cubic-bezier(
var(--agnosticui-card-cubic-1, 0.39),
var(--agnosticui-card-cubic-2, 0.575),
Expand Down

0 comments on commit 8075435

Please sign in to comment.