Skip to content

Commit

Permalink
Merge pull request #25 from Brightspace/dbatiste/fix-dyslexic-selector
Browse files Browse the repository at this point in the history
Updating selector for dyslexic so that it can be toggle on if class i…
  • Loading branch information
dbatiste committed Oct 30, 2015
2 parents 1777317 + cd2a6d3 commit 9bfb568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vui-typography",
"version": "1.0.2",
"version": "1.0.3",
"description": "Mixins and CSS for applying basic typography styles",
"scripts": {
"clean": "rimraf *.css",
Expand Down
3 changes: 2 additions & 1 deletion typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ $vui-base-fontSize: 19px;
line-height: 1.5rem;
letter-spacing: px-to-rem(0.3px, $vui-base-fontSize);

.dyslexic {
&.vui-dyslexic,
.vui-dyslexic {
font-weight: 400;
font-family: 'Open Dyslexic', sans-serif;
}
Expand Down

0 comments on commit 9bfb568

Please sign in to comment.