Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_transition.scss « mixins « src - github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b7497b82f361d5187fbe48025a921c1e6985f6a (plain)
1
2
3
4
// Component transition
@mixin control-transition() {
  transition: all .2s ease;
}