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

Commit c973931

Browse files
authored
Merge pull request #14 from ckeditor/t/ckeditor5-ui/144
Other: Migrated package styles to PostCSS. Moved the visual styles to ckeditor5-theme-lark (see ckeditor/ckeditor5-ui#144).
2 parents ce7e584 + 49fdb42 commit c973931

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

src/blockquote.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99

1010
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';
1111
import BlockQuoteEngine from './blockquoteengine';
12-
1312
import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
1413

1514
import quoteIcon from '@ckeditor/ckeditor5-core/theme/icons/quote.svg';
16-
import '../theme/theme.scss';
15+
import '../theme/blockquote.css';
1716

1817
/**
1918
* The block quote plugin.

theme/blockquote.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/**
2+
* @license Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3+
* For licensing, see LICENSE.md.
4+
*/
5+
6+
blockquote {
7+
/* See #12 */
8+
overflow: hidden;
9+
}

theme/theme.scss

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)