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 #484 from ckeditor/t/ckeditor5/1662
Browse files Browse the repository at this point in the history
Other: The `_rwd.css` mixin was moved to this package from `@ckeditor/ckeditor5-theme-lark`. See ckeditor/ckeditor5#1662.
  • Loading branch information
Reinmar authored Apr 17, 2019
2 parents cb72e33 + c6b4011 commit 96e3a3c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions theme/mixins/_rwd.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

@define-mixin ck-media-phone {
@media screen and (max-width: 600px) {
@mixin-content;
}
}

0 comments on commit 96e3a3c

Please sign in to comment.