Skip to content

Commit

Permalink
- Run prettier
Browse files Browse the repository at this point in the history
- Added hexToRgb function
- Made all primary, success.. colors, linear gradients and box shadows 
to use the hexToRgb function - no more hardcoded colors
- Solved #66
  • Loading branch information
Manu committed Jan 24, 2019
1 parent 06f3025 commit e732de1
Show file tree
Hide file tree
Showing 24 changed files with 4,809 additions and 4,456 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
@@ -1,15 +1,14 @@
## [1.6.0] 2019-01-31
### Nice stuff
- Added RTL support
- [Added RTL support](https://github.com/creativetimofficial/material-dashboard-react/issues/16)
### Bug Fixing
- [Added new script for npm](https://github.com/creativetimofficial/material-dashboard-react/issues/69)
- Changed our buggy routing system, now it should work flawlessly, for more info, please refer to our [live docs here](https://demos.creative-tim.com/material-dashboard-react/#/documentation/routing-system)
- [https://github.com/creativetimofficial/material-dashboard-react/issues/67](https://github.com/creativetimofficial/material-dashboard-react/issues/67)
- [https://github.com/creativetimofficial/material-dashboard-react/issues/68](https://github.com/creativetimofficial/material-dashboard-react/issues/68)
- [https://github.com/creativetimofficial/material-dashboard-react/issues/66](https://github.com/creativetimofficial/material-dashboard-react/issues/66)
### Major style changes
- **src/assets/css/material-dashboard-react.css**(added styles for the new component, FixedPlugin)
- **src/assets/jss/material-dashboard-react/components/customInputStyle.jsx**
- **src/assets/jss/material-dashboard-react/components/sidebarStyle.jsx**
- **src/assets/jss/material-dashboard-react/layouts/rtlStyle.jsx**(new style file for the new layout)
- **src/assets/jss/material-dashboard-react/views/rtlStyle.jsx**(new style file for the new page)
- Almost all styles have been changed due to new components or solved issues
### Major components changes
- Changes caused by running [the prettier command](https://prettier.io/docs/en/install.html) for *.jsx*, *.js*, *.html* and *.css* files
- **src/index.js**
Expand Down

0 comments on commit e732de1

Please sign in to comment.