Web: removed react-datepicker.css

This commit is contained in:
Nikita Gopienko 2019-09-18 11:20:09 +03:00
parent fc2cf58dd1
commit c54fb37203
2 changed files with 1 additions and 4 deletions

View File

@ -4,7 +4,6 @@ $font-family-base: 'Open Sans', sans-serif;
// Import Bootstrap and its default variables
@import '~bootstrap/scss/bootstrap.scss';
@import '~react-toastify/dist/ReactToastify.min.css';
@import "~react-datepicker/dist/react-datepicker.css";
html, body {
height: 100%;

View File

@ -4,7 +4,5 @@ It can also be an scss file, however,
you have to go to `webpack.config.js` file
and enable the options in there
*/
@import '../node_modules/bootstrap/dist/css/bootstrap.css';
@import '../node_modules/react-toastify/dist/ReactToastify.min.css';
@import "../node_modules/react-datepicker/dist/react-datepicker.css";
@import '../node_modules/react-toastify/dist/ReactToastify.min.css';