Skip to content

Commit c1f5d24

Browse files
committed
fix(core-styles): relative import bootstrap pagination
1 parent 592962e commit c1f5d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/_imports/components/bootstrap.pagination.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Style Bootstrap pagination. See:
77
88
Styleguide Components.Bootstrap.Pagination
99
*/
10-
@import url("@tacc/core-styles/src/lib/_imports/components/c-page.css");
10+
@import url("../components/c-page.css");
1111

1212

1313

0 commit comments

Comments
 (0)