Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-09-17 11:57:40 +0300
committerMark Otto <otto@github.com>2019-09-26 01:17:51 +0300
commit645d58b03f75e73fe2ab82ca2daf8d14788d4036 (patch)
tree6ea71f6bcdc0abac97c75d80b291b10e0cc36dc6 /docs/assets
parenta10ab674aea02d451517135bb7103276300f899d (diff)
Update _syntax.scss
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/scss/_syntax.scss27
1 files changed, 2 insertions, 25 deletions
diff --git a/docs/assets/scss/_syntax.scss b/docs/assets/scss/_syntax.scss
index 12a114cfd..960652783 100644
--- a/docs/assets/scss/_syntax.scss
+++ b/docs/assets/scss/_syntax.scss
@@ -2,13 +2,13 @@
.bd-example {
padding: 1.5rem;
- border: .125rem solid rgba(0,0,0,.05);
+ border: .125rem solid rgba(0, 0, 0, .05);
}
.highlight {
padding: 1.625rem;
margin-bottom: 1.25rem;
- background-color: rgba(0,0,0,.05);
+ background-color: rgba(0, 0, 0, .05);
}
.chroma {
@@ -76,26 +76,3 @@
.chroma .ss { color: #fc3; }
.chroma .sx { color: #c30; }
.chroma .w { color: #bbb; }
-//
-// .chroma {
-// .language-bash,
-// .language-sh {
-// &::before {
-// color: #009;
-// content: "$ ";
-// user-select: none;
-// }
-//
-// // This is just to work around a Chroma bug;
-// // should be removed when fixed upstream
-// .m {
-// color: inherit;
-// }
-// }
-//
-// .language-powershell::before {
-// color: #009;
-// content: "PM> ";
-// user-select: none;
-// }
-// }