roryashfordbentley / Flexbones

Responsive Wordpress barebones theme
MIT License
8 stars 1 forks source link

Invalid function call in typography.scss #31

Closed DrizzlyOwl closed 9 years ago

DrizzlyOwl commented 9 years ago

Line 22 + 28 need "color" renaming to "clr" in order to make use of the function correctly.

Change to:

// Links
a {
    color: clr(link,default);
    ...
}
    // Link hover state
    a:hover{
        color: clr(link,hover);
    }
roryashfordbentley commented 9 years ago

Fixed in latest commit