Skip to content

Commit

Permalink
Rename toc to subnav css
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ju committed Jan 4, 2018
1 parent 625b1e8 commit cee85d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@include exports("toc") {
@include exports("subnav") {

.app-c-subnav {
padding: 0 $govuk-spacing-scale-3;
Expand Down
2 changes: 1 addition & 1 deletion src/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $app-light-grey: #f8f8f8;
@import "components/divider";
@import "components/masthead";
@import "components/footer";
@import "components/toc";
@import "components/subnav";
@import "components/pane";
@import "components/example";
@import "components/tabs";
Expand Down

0 comments on commit cee85d4

Please sign in to comment.