first commit
This commit is contained in:
5
app/src/styles/abstracts/functions.scss
Normal file
5
app/src/styles/abstracts/functions.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
// get rem from pixels
|
||||
|
||||
@function get_rem($px) {
|
||||
@return calc($px / 16 * 1rem);
|
||||
}
|
||||
Reference in New Issue
Block a user