First commit of base theme.
This commit is contained in:
commit
72ac450454
20 changed files with 1089 additions and 0 deletions
6
scss/_mixins.scss
Normal file
6
scss/_mixins.scss
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
// Define font-size and line height together
|
||||
@mixin font-size-line-height($font-size, $line-height) {
|
||||
font-size: $font-size;
|
||||
line-height: $line-height;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue