styleguide/assets/css/style.scss
Mark Mentovai 305ac8725a
Hide “This site is open source. Improve this page.” footer
This hides the message shown at the bottom of pages served from
https://google.github.io/styleguide.
2020-02-28 11:03:30 -05:00

10 lines
126 B
SCSS

---
---
@import "{{ site.theme }}";
// Hide “This site is open source. Improve this page.”
.footer {
display: none;
}