Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #14 from ckeditor/t/ckeditor5-ui/144
Browse files Browse the repository at this point in the history
Other: Migrated package styles to PostCSS. Moved the visual styles to ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144).
  • Loading branch information
oleq authored Nov 30, 2017
2 parents ce7e584 + 49fdb42 commit c973931
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
3 changes: 1 addition & 2 deletions src/blockquote.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@

import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
import BlockQuoteEngine from './blockquoteengine';

import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';

import quoteIcon from '@ckeditor/ckeditor5-core/theme/icons/quote.svg';
import '../theme/theme.scss';
import '../theme/blockquote.css';

/**
* The block quote plugin.
Expand Down
9 changes: 9 additions & 0 deletions theme/blockquote.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/**
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md.
*/

blockquote {
/* See #12 */
overflow: hidden;
}
11 changes: 0 additions & 11 deletions theme/theme.scss

This file was deleted.

0 comments on commit c973931

Please sign in to comment.