Skip to content

Commit

Permalink
added variable
Browse files Browse the repository at this point in the history
  • Loading branch information
srinivashappy authored Aug 12, 2016
1 parent 376e131 commit 958c8c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mixins
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
$fontarial: arial;
$fontS14: 14px;
.xyz{
font-family:fontarial;
font-size:$fontS14;
}

//border-radius
@mixin border-radius($radius) {
border-radius: $radius;
Expand Down

0 comments on commit 958c8c3

Please sign in to comment.