sassline
sassline copied to clipboard
Adds configurability of several anchor-related properties
Addresses #48
I have one question - I noticed that the CSS source is checked into version control. Should I check in updated CSS? As of now, I've only updated the requisite .scss
partials.
@scottyeck Cool — this shouldn’t actually change the outputted CSS though?
@jakegiltsoff That's correct. I don't believe it did, no?
EDIT Oh, now I see what you're saying... Let me take a look see.
@jakegiltsoff Ah yes - I see what the issue is.
Looks like the version of autoprefixer updated, resulting in a somewhat substantial number of changes in the output CSS. They're all benign - property ordering, vendor prefixes, etc. - but they are changes nonetheless. Would you like me to check them in?