_sass/termina-plex/main.scss in termina-plex-0.6.0 vs _sass/termina-plex/main.scss in termina-plex-0.6.1.rc1

- old
+ new

@@ -1,22 +1,7 @@ @charset "utf-8"; -$body-font-family: "IBM Plex Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif !default; -$code-font-family: "IBM Plex Mono", "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace; - -$serif-font-family: "IBM Plex Serif", "Georgia", "Garamond", "Times New Roman", serif; -$header-font-family: "IBM Plex Mono", "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace; - -$base-font-size: 16px !default; -$base-font-weight: 400 !default; -$small-font-size: $base-font-size * 0.875 !default; -$base-line-height: 1.5 !default; - -// Content -$breakLarge: 992px; -$widthLarge: 88%; -$widthSmaller: 92%; -$spacingUnit: 30px !default; +@use "core" as *; @use "termina-plex/ibm-plex"; @use "termina-plex/themes"; @use "termina-plex/highlight";