#4143: base.scss

site/_sass/uikit/theme/base.scss

Path: site/_sass/uikit/theme/base.scss · Type: UIkit Base global reset

Purpose: FOUNDATIONAL — 115 lines. Themes html/body, font family, ::selection color, link behavior, hr styling. Imported FIRST after variables. Changes affect EVERYTHING.

Source: GitHub

116 lines · 12 code · 49 comments · 55 blank
CommitDateMessage
ac75fabf32021-08-10Github pages migrated to Asciidoc (Gihub actions required).
acb790ad2laterFix various typos

Added in Aug 2021 during the Jekyll site migration from HTML to AsciiDoc. Typo fixes applied later.

What it does

FOUNDATIONAL — 115 lines. Themes html/body, font family, ::selection color, link behavior, hr styling. Imported FIRST after variables. Changes affect EVERYTHING. Part of the UIkit CSS framework integration for the ProjectForge documentation website. Imported by _import.scss (#4052) in the theme compilation chain.

Import chain

Compilation flow: assets/css/main.scssuikit-theme.scss (#4090) → _import.scss (#4052) → this file. Variables from variables.scss (#4091) and variables-theme.scss (#4092) are available to all components.

Key takeaways