With @TheSassWay you can use media q’s within the nesting, eg

p { 
    font-size:1.2em; 

    @media only screen and(min-width:640px){
        font-size:1.5em
    }
}

Trying out using no speech marks round html attributes, ids and single class names. Feels nice people. thanks to @paul_irish for the tip!

With @TheSassWay you can pass both names and hex values into rgba(). E.g. rgba(purple, 0.5) and rgba(#fff, 0.2) both work great!

@rem do you know of any issues with addEventListener not firing in Firefox? Random question I know, but thanks in advance.

Making the landing page for #canvasloveballs Web app. Aiming to get the beta version online by Friday. Night all.