Skip to content

Commit

Permalink
fix(btn): button style classes not correctly applied
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Mar 30, 2019
1 parent 23f9b73 commit 3278840
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 115 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,11 @@
"webpack-dev-server": "3.1.4",
"wrapper-webpack-plugin": "2.0.0"
},
"prettierOptions": {
"prettier": {
"singleQuote": true,
"trailingComma": "none",
"printWidth": 120
"trailingComma": "all",
"printWidth": 120,
"semi": false
},
"eslintConfig": {
"parser": "babel-eslint",
Expand Down
Loading

0 comments on commit 3278840

Please sign in to comment.