Skip to content

Commit

Permalink
fix: add antd import to root css in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Jun 19, 2018
1 parent 41b905f commit cf0450d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @define Editor; use strict */
@import "../../../../node_modules/antd/dist/antd.min.css";

:root {
--Editor-rhythm: 1.5rem;
Expand Down
2 changes: 1 addition & 1 deletion server/zanata-frontend/src/app/editor/entrypoint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import { fetchSettings } from '../actions/settings-actions'
// This is needed to load intl-polyfill
__webpack_public_path__ = serverUrl || '/' // eslint-disable-line

import '../index.css'
import 'tachyons/css/tachyons.min.css'
import '../index.css'

/**
* Top level of the Zanata editor app.
Expand Down

0 comments on commit cf0450d

Please sign in to comment.