Browse Source

Internal: Fixed stylelint errors related to indentation.

Aleksander Nowodzinski 5 years ago
parent
commit
57dd0ae912

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-table/formrow.css

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
- @import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css";
+@import "@ckeditor/ckeditor5-ui/theme/mixins/_dir.css";
 
 .ck.ck-form__row {
 	padding: var(--ck-spacing-standard) var(--ck-spacing-large) 0;

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/dropdown/dropdown.css

@@ -17,7 +17,7 @@
 	font-size: inherit;
 
 	& .ck-dropdown__arrow {
-	width: var(--ck-dropdown-arrow-size);
+		width: var(--ck-dropdown-arrow-size);
 	}
 
 	@mixin ck-dir ltr {

+ 2 - 2
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/icon/icon.css

@@ -30,8 +30,8 @@
 		color: inherit;
 
 		&:not([fill]) {
-				/* Needed by FF. */
-				fill: currentColor;
+			/* Needed by FF. */
+			fill: currentColor;
 		}
 	}
 }