Tidy comment whitespace

This commit is contained in:
ConnorSkees 2020-01-25 10:11:26 -05:00
parent 9503b3288b
commit 05503b3a16

View File

@ -17,6 +17,7 @@ pub(crate) enum Unit {
Pt, Pt,
/// Picas /// Picas
Pc, Pc,
// Font relative units // Font relative units
/// Font size of the parent element /// Font size of the parent element
Em, Em,
@ -82,6 +83,7 @@ pub(crate) enum Unit {
/// Alias for dppx /// Alias for dppx
X, X,
// Other units
/// Represents a fraction of the available space in the grid container /// Represents a fraction of the available space in the grid container
Fr, Fr,