mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
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;
|
||
|
}
|