Created
July 15, 2014 15:13
-
-
Save cimmanon/7aef2d82f5e60a9dddff 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
// ---- | |
// Sass (v3.3.10) | |
// Compass (v1.0.0.alpha.20) | |
// ---- | |
.throws-a-meaningless-error-by-itself { | |
animation: | |
typing 1.2s 9.8s steps(11, end) both, blink-caret 1s step-end infinite; | |
} |
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
.throws-a-meaningless-error-by-itself { | |
animation: typing 1.2s 9.8s steps(11, end) both, blink-caret 1s step-end infinite; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment