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 #226 from ckeditor/t/ckeditor5/1662
Browse files Browse the repository at this point in the history
Other: Moved `_rwd.css` mixin to `@ckeditor/ckeditor5-ui`. See ckeditor/ckeditor5#1662.

BREAKING CHANGE: The `_rwd.css` mixin was moved to `@ckeditor/ckeditor5-ui`.
  • Loading branch information
Reinmar authored Apr 17, 2019
2 parents b87d6e7 + c28ad35 commit 325d64e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 14 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@ckeditor/ckeditor5-list": "^12.0.1",
"@ckeditor/ckeditor5-media-embed": "^11.1.0",
"@ckeditor/ckeditor5-paragraph": "^11.0.1",
"@ckeditor/ckeditor5-remove-format": "^10.0.0",
"@ckeditor/ckeditor5-undo": "^11.0.1",
"@ckeditor/ckeditor5-utils": "^12.1.0",
"@ckeditor/ckeditor5-table": "^12.0.1",
Expand Down
2 changes: 1 addition & 1 deletion theme/ckeditor5-image/textalternativeform.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

@import "../mixins/_rwd.css";
@import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css";

.ck.ck-text-alternative-form {
padding: var(--ck-spacing-standard);
Expand Down
2 changes: 1 addition & 1 deletion theme/ckeditor5-link/linkactions.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@import "@ckeditor/ckeditor5-ui/theme/mixins/_unselectable.css";
@import "../mixins/_focus.css";
@import "../mixins/_shadow.css";
@import "../mixins/_rwd.css";
@import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css";

.ck.ck-link-actions {
padding: var(--ck-spacing-standard);
Expand Down
2 changes: 1 addition & 1 deletion theme/ckeditor5-link/linkform.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

@import "../mixins/_rwd.css";
@import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css";

.ck.ck-link-form {
padding: var(--ck-spacing-standard);
Expand Down
2 changes: 1 addition & 1 deletion theme/ckeditor5-media-embed/mediaform.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

@import "../mixins/_rwd.css";
@import "@ckeditor/ckeditor5-ui/theme/mixins/_rwd.css";

.ck.ck-media-form {
padding: var(--ck-spacing-standard);
Expand Down
10 changes: 0 additions & 10 deletions theme/mixins/_rwd.css

This file was deleted.

0 comments on commit 325d64e

Please sign in to comment.