mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
305ac8725a
This hides the message shown at the bottom of pages served from https://google.github.io/styleguide.
10 lines
126 B
SCSS
10 lines
126 B
SCSS
---
|
|
---
|
|
|
|
@import "{{ site.theme }}";
|
|
|
|
// Hide “This site is open source. Improve this page.”
|
|
.footer {
|
|
display: none;
|
|
}
|