This repository was archived by the owner on Mar 17, 2026. It is now read-only.
This quick update to NewFolder sees some relatively small changes that will, nonetheless, pave the way for new features in NewFolderTypemill, and other CMS themes when I make them. Here's what changed:
- I renamed
_colors.scssto_variables.scss. Rename the file in your import statements accordingly. - I moved the typography variables from
_type.scssto_variables.scss. - I added two new typography variables:
--min-font-sizewill determine the smallest font size your text will shrink to.--max-font-sizewill determine the largest font size that your text will expand to.
- I removed the CSS snippet used for the ordered lists, and applied some light (and far more subtle) styling with the
::markerpseudo-element. I applied some light styling to the unordered lists as well.
You should note that while you can change the minimum and maximum font sizes in the variables, the smallest font size will still be shown at ≤768px viewport width, and the largest will be shown at ≥1920px viewport width. I have yet to figure out a way to easily integrate a minimum and maximum viewport width into the formula.