Skip to content

Commit

Permalink
Add stylings for react-date-range
Browse files Browse the repository at this point in the history
  • Loading branch information
iZooGooD committed Jan 15, 2024
1 parent 7e02265 commit 08f2bc7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
@tailwind components;
@tailwind utilities;

@import 'react-date-range/dist/styles.css'; // main style file
@import 'react-date-range/dist/theme/default.css'; // theme css file

@import './styles/constants';
@import './styles/utility';
@import './components/gloabal-navbar/navbar.scss';
@import './components/SB-Input/sb-input.scss';
@import './components/SB-Input/sb-input.scss';
@import './components/sb-data-range-picker/sb-date-range-picker.scss';

0 comments on commit 08f2bc7

Please sign in to comment.