Your IP : 216.73.216.171


Current Path : /home/ereika83/www/wp-content/uploads/pp_projects/3726/css/bourbon/functions/
Upload File :
Current File : /home/ereika83/www/wp-content/uploads/pp_projects/3726/css/bourbon/functions/_strip-units.scss

// Srtips the units from a value. e.g. 12px -> 12

@function strip-units($val) {
  @return ($val / ($val * 0 + 1));
}