Skip to content

Commit

Permalink
Move css import into scss file
Browse files Browse the repository at this point in the history
  • Loading branch information
gabescarbrough committed May 10, 2024
1 parent 3880ada commit a8f3f3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/DateTimePicker/DateTimePicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import {

import { PickerEnforcedInput } from './PickerEnforcedInput';

import 'react-datepicker/dist/react-datepicker.css';
import './DateTimePicker.scss';

const localeMap = {
Expand Down
1 change: 1 addition & 0 deletions src/DateTimePicker/DateTimePicker.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import 'react-datepicker/dist/react-datepicker.css';
@import '../../scss/theme.scss';

.date-time-picker {
Expand Down

0 comments on commit a8f3f3d

Please sign in to comment.