Skip to content

Commit

Permalink
change the css path
Browse files Browse the repository at this point in the history
  • Loading branch information
moeen-basra committed Mar 8, 2020
1 parent 0b482d7 commit b009ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions resources/js/common/wysiwyg-editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { ContentState, convertFromHTML, convertToRaw, EditorState } from 'draft-
import { Editor } from 'react-draft-wysiwyg'
import draftToHtml from 'draftjs-to-html'

require('react-draft-wysiwyg/dist/react-draft-wysiwyg.css')

class WYSIWYG extends Component {
static propTypes = {
value: PropTypes.string.isRequired,
Expand Down
3 changes: 2 additions & 1 deletion resources/sass/app.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Bootstrap
@import "../../node_modules/bootstrap/scss/bootstrap";
@import "../../node_modules/font-awesome/scss/font-awesome";
@import "../../node_modules/react-draft-wysiwyg/dist/react-draft-wysiwyg.css";

/*
* Dashboard
Expand All @@ -20,4 +21,4 @@ section {

.show > .dropdown-menu {
display: block;
}
}

0 comments on commit b009ea7

Please sign in to comment.