Skip to content

Commit

Permalink
feat(toggle): add new component and msft styles (microsoft#212)
Browse files Browse the repository at this point in the history
* Adds base structure for toggle - commiting to rebase

* Finishes most styles, commiting to move to another branch

* Finishes most styles, commiting to move to another branch

* Finishes up last testing and additions

* feat(toggle): adds toggle component and msft styles

* Updates branch after first round of reviews

* Updates color handling to use Chroma and re-architects JSS usage to adhere to FAST standards and BEM standards

* Removes onClick

* Updates pack.locks

* Updates package.locks again

* Fixes bad rebase

* Updates errors found via tslint

* More linting updates

* Adds chroma as a peerDependency

* Adds snapshots and fixes root package-lock json error

* Adds props comments
  • Loading branch information
nalogiudice authored Apr 12, 2018
1 parent 128bc3a commit b9dd3e0
Show file tree
Hide file tree
Showing 36 changed files with 16,270 additions and 28,667 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,10 @@ typings/
dist/

# Ignore build www directories
www/
www/

#Ignore Mac .DS_Store
.DS_Store

#Ignore VSCode
.vscode/
Loading

0 comments on commit b9dd3e0

Please sign in to comment.