Skip to content

Commit 4684367

Browse files
author
Ryan A. Johnson
committed
fix(layout): move from docs to helix-ui
1 parent 2b93cb5 commit 4684367

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

source/docs.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
For distributed HelixUI CSS styles, see source/styles/helix-ui.less
1414
*/
1515
@import 'vars';
16-
@import 'layout';
1716

1817
@code-bg-color: @gray-900;
1918

source/helix-ui.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
@import 'reset';
1313

1414
// Core CSS
15+
@import 'layout';
1516
@import 'scaffold';
1617
@import 'alert/alert';
1718
@import 'breadcrumb/breadcrumb';

0 commit comments

Comments
 (0)