8 lines
238 B
SCSS
8 lines
238 B
SCSS
// ==========================================================================
|
|
// Useful functions
|
|
// ==========================================================================
|
|
|
|
@function to-percentage($input) {
|
|
@return $input * 1%;
|
|
}
|