Skip to content

Commit

Permalink
add .table to table
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Oct 4, 2023
1 parent fc8c877 commit f120848
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,8 @@ li {
}
}

@import "copy-from-codeblocks.scss";
@import "copy-from-codeblocks.scss";

table {
@extend .table;
}

0 comments on commit f120848

Please sign in to comment.