@@ -0,0 +1,10 @@
+/*
+ * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md.
+ */
+
+@define-mixin ck-media-mobile {
+ @media all and (max-width: 414px) {
+ @mixin-content;
+ }
+}