Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header/Footer: Modularize CSS files and process with PostCSS. #6

Merged
merged 3 commits into from
Sep 21, 2021

Commits on Sep 15, 2021

  1. Header/Footer: Modularize CSS files and process with PostCSS.

    The contents will soon become too much to keep in a single file, and it's easier to separate while it's still small. PostCSS has most of the features of SASS, but is more future-proof.
    iandunn committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    8d792ac View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Configuration menu
    Copy the full SHA
    fd6888e View commit details
    Browse the repository at this point in the history
  2. switch to postcss-nesting

    iandunn committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    aca800f View commit details
    Browse the repository at this point in the history