(css) Add rem function from ng's variables.scss

pull/91/head
Francis Lachapelle 2015-05-04 12:07:15 -04:00
parent cc7c7f7dc7
commit b20707d0ed
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,11 @@
/// variables.scss -*- Mode: text; indent-tabs-mode: nil; basic-offset: 2 -*-
/// variables.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
// Include rem function from angular-material/src/core/style/variables.scss
// ------------------------------------------------------------------------
@function rem($multiplier) {
$font-size: 10px;
@return $multiplier * $font-size;
}
// Path variables for seamless imports
// ----------------------------------------------------------------------------