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

Commit a5d5d9e

Browse files
authored
Merge pull request #60 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 1d0d095 + c5daf5d commit a5d5d9e

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

src/code.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import CodeEngine from './codeengine';
1212
import ButtonView from '@ckeditor/ckeditor5-ui/src/button/buttonview';
1313
import codeIcon from '../theme/icons/code.svg';
1414

15-
import '../theme/code.scss';
15+
import '../theme/code.css';
1616

1717
/**
1818
* The code feature. It introduces the Code button.

theme/code.css

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
3+
* For licensing, see LICENSE.md.
4+
*/
5+
6+
/*
7+
* Note: This file should contain the wireframe styles only. But since there are no such styles,
8+
* it acts as a message to the builder telling that it should look for the corresponding styles
9+
* **in the theme** when compiling the editor.
10+
*/

theme/code.scss

-14
This file was deleted.

0 commit comments

Comments
 (0)