jakegiltsoff / sassline

Set text on the web to a baseline grid with Sass & rems using a responsive modular-scale.
https://sassline.com
1.38k stars 91 forks source link

Adds configurability of several anchor-related properties #49

Closed scottyeck closed 1 year ago

scottyeck commented 8 years ago

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.

jakegiltsoff commented 8 years ago

@scottyeck Cool — this shouldn’t actually change the outputted CSS though?

scottyeck commented 8 years ago

@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.

scottyeck commented 8 years ago

@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?