Skip to content

Commit dcea434

Browse files
committed
feat(design): disable bootstrap styles for code tag
1 parent 2f56bae commit dcea434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/styles/bootstrap-custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@import "./../../node_modules/bootstrap/scss/reboot";
1717
@import "./../../node_modules/bootstrap/scss/type";
1818
@import "./../../node_modules/bootstrap/scss/images";
19-
@import "./../../node_modules/bootstrap/scss/code";
19+
// @import "./../../node_modules/bootstrap/scss/code";
2020
@import "./../../node_modules/bootstrap/scss/grid";
2121
@import "./../../node_modules/bootstrap/scss/tables";
2222
// @import "./../../node_modules/bootstrap/scss/forms";

0 commit comments

Comments
 (0)