Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
Allow Fozzie to output font sizes in EMs if specified. (#41)
Browse files Browse the repository at this point in the history
* Updated the font-size mixin to accept a flag to switch between REM and EM.

* Fixed a syntax bug.

* Tidied up some formatting.

* Removed an unused parameter.

* Renamed the parameter to be more descriptive.

* Restored a comment, also added my own.

* Bumped the version. Updated the CHANGELOG.
  • Loading branch information
Luke S. Phillips authored and ashleynolan committed Nov 8, 2017
1 parent 5166a81 commit 8ef11aa
Show file tree
Hide file tree
Showing 4 changed files with 24,757 additions and 15 deletions.
25 changes: 15 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,43 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

v0.18.4
v0.20.0
------------------------------
*November 6, 2017*

### Added
- `u-elementFocus--boxShadow` utility class is added.
*November 8, 2017*

### Added
- `relativeToParent` parameter to the `font-size` mixin to allow font sizes to use `em` rather than `rem`.

v0.19.0
------------------------------
*November 6, 2017*

### Added
- `c-alert` component is added.
- `alert-variant` mixin is added.

v0.18.4
------------------------------
*November 6, 2017*

### Added
- `u-elementFocus--boxShadow` utility class is added.

v0.18.3
------------------------------
*November 3, 2017*

### Added
- `u-pointer` utility class is added.


v0.18.2
------------------------------
*November 1, 2017*

### Added
- `u-uppercase` utility class is added.


v0.18.1
------------------------------
Expand Down
Loading

0 comments on commit 8ef11aa

Please sign in to comment.