Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #40 from viniciuslagedo/release/v1.2.2
Browse files Browse the repository at this point in the history
Release/v1.2.2
  • Loading branch information
viniciuslagedo authored Jan 11, 2018
2 parents ee9d7e9 + 7c7c4ce commit e90541e
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ Accessibility bar component for Angular 1.6

#### Features
- Buttons to Increment/Decrement font size
- On change font size, a new style attribute is add to html tag with font size in px units, also one new helper class is add to body tag base on actual font size. Our tip for that implementation work on your project is make all the css files using rem unit. But also you can use a postcss script called [pxtorem](https://www.npmjs.com/package/pxtorem) for make this transform work for you automatically.
- Button to toggle high-contrast version based on body class
- On toggle high contrast a new class is add to body tag, all work needed is make a new version of your css based on that high contrast class on body.
- Button to LIBRAS (Língua brasileira de sinais)
- Just open VLIBRAS website

## Quick Start

Expand Down
Loading

0 comments on commit e90541e

Please sign in to comment.