You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
250 B
Sass

5 years ago
/*
* jQuery Gridly
* Copyright 2015 Kevin Sylvestre
* 1.2.9
*/
@import ../bourbon/bourbon
$black: #000
$white: #FFF
$namespace: "gridly"
.#{$namespace}
&, > :not(.dragging)
+transition(all 0.4s ease-in-out)
.dragging
z-index: 800