Skip to content

Instantly share code, notes, and snippets.

View okolehao's full-sized avatar

Arthur Bierer okolehao

  • Vestorly
  • New York
View GitHub Profile
@okolehao
okolehao / SassMeister-input.sass
Created August 27, 2014 17:44
Generated by SassMeister.com.
// ----
// Sass (v3.4.1)
// Compass (v1.0.1)
// Bootstrap Sass (v3.2.0.1)
// ----
$white: #252525
$publish-pool-active: #252524
$grayish: #252524
=ease($property, $duration)
+transition($property $duration cubic-bezier(0.42, 0, 0.58, 1))
=cubic
-webkit-timing-function: cubic-bezier(0.42, 0, 0.58, 1)
timing-function: cubic-bezier(0.42, 0, 0.58, 1)
=animation-delay($delay)
-webkit-animation-delay: $delay
-moz-animation-delay: $delay