@@ -23,6 +23,8 @@ import LinkFormView from './ui/linkformview';
import linkIcon from '../theme/icons/link.svg';
import unlinkIcon from '../theme/icons/unlink.svg';
+import '../theme/theme.scss';
+
/**
* The link feature. It introduces the Link and Unlink buttons and the <kbd>Ctrl+K</kbd> keystroke.
*
@@ -1,6 +1,8 @@
// Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
// For licensing, see LICENSE.md or http://ckeditor.com/license
+@import '~ckeditor5-theme-lark/theme/helpers/_spacing';
.ck-link {
&-form {
padding: ck-spacing( 'large' );
@@ -1,4 +1,4 @@
-@import 'components/linkform';
+@import './components/linkform';