Github pages migrated to Asciidoc (site Jekyll setup)
acb790ad2
later
Fix various typos
What it does
Defines structural/layout CSS for the padding system. Imported via the UIkit compilation chain: assets/css/main.scss → uikit-theme.scss (#4090) → core manifest → this file. Core components provide actual CSS rules for layout/positioning. Theme/ counterparts add visual styling (colors, shadows, fonts).
Key takeaways
Added:ac75fabf3 (Aug 2021) with Jekyll site migration. Typo fixes: acb790ad2.
UIkit framework: Part of bundled UIkit CSS. When upgrading, compare against new upstream version.
Defines structural/layout CSS for the padding system. Imported via the UIkit compilation chain:
assets/css/main.scss→uikit-theme.scss(#4090) → core manifest → this file. Core components provide actual CSS rules for layout/positioning. Theme/ counterparts add visual styling (colors, shadows, fonts).