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

Commit 96e3a3c

Browse files
authored
Merge pull request #484 from ckeditor/t/ckeditor5/1662
Other: The `_rwd.css` mixin was moved to this package from `@ckeditor/ckeditor5-theme-lark`. See ckeditor/ckeditor5#1662.
2 parents cb72e33 + c6b4011 commit 96e3a3c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

theme/mixins/_rwd.css

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/*
2+
* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
3+
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4+
*/
5+
6+
@define-mixin ck-media-phone {
7+
@media screen and (max-width: 600px) {
8+
@mixin-content;
9+
}
10+
}

0 commit comments

Comments
 (0)