Foundation Framer 2.0 Build 102 is live

User 103173 Photo


VP of Software Development
0 posts

Hey everybody,

Just a quick note that Foundation Framer v2.0 build 102 is live, and we have added some major new features and enhancements!

In this update:
  • Updated selector system so you can edit individual classes or class combinations. To make customizations to a specific class, just deselect the other classes by clicking on their names, then update the style settings accordingly. The new gray indicator helps you see what styles are currently applied on the deselected classes.
    Read more on how to use selectors here.
  • Added a new powerful ability to reset individual class styles without having to clear them all. Now you can reset all styles at once or particular styles on a Current Breakpoint or All Breakpoints.

    https://s31.postimg.org/j4wlngn9n/reset.png
  • Adjusted semantic tags so you can now drag-n-drop these labeled elements into the canvas.
  • New automatic project saving and recovery feature in case of an unlikely crash.
  • Implemented changes to the CSS so that they are clean and tidy.

    This:

    p.paragraph.paragraph-1 {
    Border-top-width:0.125rem;
    Border-right-width:0.125rem;
    Border-bottom-width:0.125rem;
    Border-left-width:0.125rem;
    Border-top-style:solid;
    Border-right-style:solid;
    Border-bottom-style:solid;
    Border-left-style:solid;
    border-top-color:rgba(186, 62, 62, 1);
    border-right-color:rgba(186, 62, 62, 1);
    border-bottom-color:rgba(186, 62, 62, 1);
    border-left-color:rgba(186, 62, 62, 1);
    }

    Will become this:

    p.paragraph.paragraph-1 {
    border: .125rem solid #ba3e3e;
    }

  • Updated Tips Tutorial. If you have not read this yet, all we can say is “Why?”... ;-)
  • A few other misc. enhancements, tweaks, and fixes.

Please keep the suggestions coming and keep sharing your creations and comments!

Existing owners can pick up the free upgrade right here: https://www.coffeecup.com/help/myproducts/
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.