GITLAB

Marcelo Puebla / autoservicio-axion

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • autoservicio-axion
  • src
  • scss
  • height-width.scss
  • b18d24ac9   iniciada splash screen Browse Code ยป
    Marcelo Puebla
    2019-12-20 15:31:48 -0300  
height-width.scss 110 Bytes
edit raw blame history
1 2 3 4 5 6
@for $i from 1 through 100 {
  $heightValue: 1% * $i;
  .h-#{$i} {
    height: $heightValue !important;
  }
}