Sha256: 0205be7a27f1901e7527c7ab71234493120ca10a02865d70993fb9309f146b71
Contents?: true
Size: 371 Bytes
Versions: 15
Compression:
Stored size: 371 Bytes
Contents
// on xs only when user click on // form to find place @include media-breakpoint-down(xs) { #content { opacity: 1; transition: all 0.4s ease-in-out; &.hidden_content { opacity: 0; // animation-name: illusion_content !important; // animation-duration: 300ms !important; // animation-timing-function: ease-out !important; } } }
Version data entries
15 entries across 15 versions & 1 rubygems