Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

NewFolder 1.2.2 - More Variables for All

Latest

Choose a tag to compare

@EzequielBruni EzequielBruni released this 15 May 04:17

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.scss to _variables.scss. Rename the file in your import statements accordingly.
  • I moved the typography variables from _type.scss to _variables.scss.
  • I added two new typography variables:
    • --min-font-size will determine the smallest font size your text will shrink to.
    • --max-font-size will 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 ::marker pseudo-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.