diff --git a/assets/404.html b/assets/404.html index 1cac25502d6..5b46cc8c832 100644 --- a/assets/404.html +++ b/assets/404.html @@ -12,4 +12,3 @@ {% include lang.html %}

{{ site.data.locales[lang].not_found.statment }}

- \ No newline at end of file diff --git a/assets/styles.scss b/assets/styles.scss deleted file mode 100644 index f85b44d63c0..00000000000 --- a/assets/styles.scss +++ /dev/null @@ -1,54 +0,0 @@ ---- -# Use a comment to ensure Jekyll reads the file to be transformed into CSS later -# only main files contain this front matter, not partials. ---- - -// -// ___ -// /\_ \ -// _____ ___ ___\//\ \ __ -// /\ '__`\ / __`\ / __`\\ \ \ /'__`\ -// \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/ -// \ \ ,__/\ \____/\ \____//\____\ \____\ -// \ \ \/ \/___/ \/___/ \/____/\/____/ -// \ \_\ -// \/_/ -// -// Designed, built, and released under MIT license by @mdo. Learn more at -// https://github.com/poole/poole. - -@import "variables"; -@import "base"; -@import "type"; -@import "code"; -@import "layout"; -@import "sidebar"; -@import "posts"; -@import "archive"; -@import "home-header"; -@import "pagination"; -@import "message"; -@import "toc"; -@import "alignment"; - -@import "syntax-light"; -@media (prefers-color-scheme: dark) { - @import "syntax-dark"; -} - -// Sass for creating the swatches -.colors { - display: grid; - grid-template-columns: max-content 1fr; - - dt { - width: 3rem; - height: 3rem; - border-radius: var(--border-radius); - box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); - } - - dd { - margin-left: var(--spacer); - } -}