You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Simplify and fix font sizing which should be default:18px, priority:16px, disabled: 16px. - remove math which left us with uneven font sizes. We have plenty of hooks to override as needed: custom properties for default, priority, and disabled
* changelog
* Update CHANGELOG-1.x.md
Sorry the changelog was confusing because I was planning to roll a release today
* Apply suggestions from code review
Co-authored-by: [ Cassondra ] <[email protected]>
* Update elements/pfe-cta/src/pfe-cta.scss
* add deprecation note
* Update mixin so that the $base argument works for both types: title & text , and wraps up margin bottom into the "extras"
* Catch up with master; changelog
* Add $spacing argument to typography mixin. Update styles that show up with the placeholders
* Update documentation
* Update docs
* Move font-family for text into base argument, since its inherited by default
* Update docs
* Utilize pfe-typography mixin in the pfe-clipboard component; formatting in demo file
* Update mixin for typography classes to avoid regressions
* Revert default values of arguments
* Add alias mixin for components specifically
* fix comment
* Update baseline for clipboard
* documentation updates & name change of alias mixin, and move sass variables that define font-size var stack to inside of if statements, so they are different for components vs typography modifier classes
* fix argument name
* Add documentation for typography
* baseline image updates
* Remove unnecessary var from local map; update baseline
* update baseline
Co-authored-by: [ Cassondra ] <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-[](https://github.com/patternfly/patternfly-elements/commit/) fix: pfe-codeblock - update theme colours for accessibility
4
+
-[c90f649](https://github.com/patternfly/patternfly-elements/commit/c90f6498945292fc8910e80433b8996fc2540be6) fix: pfe-codeblock - update theme colours for accessibility
5
+
-[](https://github.com/patternfly/patternfly-elements/commit/) fix: pfe-sass typography mixin; update arguement support for $type
6
+
5
7
# 1.3.2 (2021-03-04)
6
8
7
9
-[d99e9f1](https://github.com/patternfly/patternfly-elements/commit/d99e9f18ae95617332856f00a9d9241bb505479c) fix: Content set hold rendering until upgrade, prefixed attribute support for overflow property in cards
There are a variety of mixins, extends, and variables available in pfe-sass. We recommend checking out the sass doc for extensive information about how to use these tools.
57
+
58
+
There are already utility / modifier classes available within pfe-typography-classes.css for use within long form content. However if you need custom classes, you can utilize either the placeholders, or the `pfe-typography` mixin.
Note that you can opt in or out out of properties beyond the font-family and font-size if desired, via the argument: `$base: false` and/or `$spacing: false`.
0 commit comments