Skip to content

Commit

Permalink
fix: use correct punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
csshugs committed Feb 3, 2020
1 parent 6ff4723 commit f98a4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ FluidMS provides a baseline grid out of the box. That means that every line-heig
$FLUIDMS-GLOBAL-BASELINE: 0.25rem !default;
```

`$FLUIDMS-GLOBAL-BASELINE` needs to be defined with a `rem` unit. It has been proven to be a good idea to define a value between `0.1rem` `0.333rem`.
`$FLUIDMS-GLOBAL-BASELINE` needs to be defined with a `rem` unit. It has been proven to be a good idea to define a value between `0.1rem` `0.333rem`.

### Changing the global line-height

Expand Down

0 comments on commit f98a4fa

Please sign in to comment.