Skip to content

Commit 2bce7f4

Browse files
authored
Merge pull request #778 from BY00565233/SURF-2084
docs(scss): refactor less tabset and tooltip to scss
2 parents 7221cec + e9481b7 commit 2bce7f4

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

docs/components/_index.scss

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
@import "grid/index";
44
@import "icon/index";
55
@import "navigation/index";
6+
@import "tabset/index";
7+
@import "tooltip/index";
68
@import "typography/index";
79

810
/// load styles needed to test component visuals

docs/docs.less

-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,5 @@ min-version {
178178

179179
// Import from docs/styles/*
180180
@import 'demo/panel-docs';
181-
@import 'demo/tabset-docs';
182-
@import 'demo/tooltip-docs';
183181
// Spec Styles
184182
@import 'spec/panel-spec';

0 commit comments

Comments
 (0)