Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 3.4 KB

README.md

File metadata and controls

60 lines (38 loc) · 3.4 KB

Text

@mixin text-reset

Reset text back to its original browser defaults

  • Group: Text
  • Access: public

Parameters

Name Type Description Default
$className String a CSS class name that will prefix all helpers "text-reset"
$line-height Number a valid CSS number with which to rese config.$line-height
$family String a font family with which to reset config.$font-family
$weight String a font weight with which to reset normal

Since

  • 0.1.0

@mixin text-truncate

Truncate the text

  • Group: Text
  • Access: public

Parameters

Name Type Description Default
$className String a CSS class name that will prefix all helpers "text-truncate"
$breakpoints Map a map of grid breakpoints config.$breakpoints

Since

  • 0.1.0

@mixin text-underline

Add an underline decoration to your heading.

  • Group: Text
  • Access: public

Parameters

Name Type Description Default
$className String a CSS class name that will prefix all helpers "text-underline"
$direction String a valid CSS number to multiply by the rows to max out the height; generally should match the font size used within the element "bottom"
$border String the number of rows the show; config.$border-width solid
$padding String - .25rem

Since

  • 0.1.0