Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
 
 
 
 
 
 

5 lines
84 B

  1. // Component transition
  2. @mixin control-transition() {
  3. transition: all .2s ease;
  4. }