Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.08 KB

File metadata and controls

21 lines (15 loc) · 1.08 KB

codebase-6

Version 6.0.3

Filesize: 28kb

Download CSS: https://raw.githubusercontent.com/codebase-frontend-library/codebase-6/refs/heads/main/docs/css/codebase-6.min.css

Docs: https://codebase-frontend-library.github.io/codebase-6/

Codebase 6 is a non-backwards compatible update for the Codebase project.

  • Based on side-project Baselayer 3, but without dark theme capability, using media queries not container queries, and reverting to some “traditional” styles.
  • CSS variables are more similar to Codebase 5.
  • Stylesheet is much smaller than Codebase 5, less than one third size.
  • No Sass or other pre-processors required. Just modern CSS, partials combined by PostCSS, and minified by CSSNANO.
  • Built using the static site generator minjucks.
    • yarn istall will brings in all the node_modules/ required.
    • yarn dev for development with Browser-Sync.
    • yarn clean empties the docs/ folder.
    • yarn build just builds.