Created
September 25, 2014 06:40
-
-
Save rymizuki/776af89004b475a72886 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.buttons | |
a.button--general sample | |
a.button--important sample | |
a.button--navigate sample | |
a.button--payment sample |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.14) | |
// Compass (v1.0.1) | |
// ---- | |
@import "compass"; | |
.trans { | |
@include animation($name: "vertical-rotate", $duration: 0.1s, $delay: 0s, $iteration-count: 10); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mixin animation doesn't have the following arguments: $name, $duration, $delay, $iteration_count. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="buttons"><a class="button--general">sample</a><a class="button--important">sample</a><a class="button--navigate">sample</a><a class="button--payment">sample</a></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment