Nick Schonning

Results 465 comments of Nick Schonning

Looks like it may be related to the sass2scss bump in https://github.com/sass/libsass/commit/ca89d73e84616a87e64febb93afaa0bd70ef181d Not sure, just looked through the 3.5.2 to 3.5.3 diff and it seems to be the only thing...

I think this might be an issue with https://github.com/sass/sassc-ruby rather than libsass since I couldn't reproducte this on sassmeister

@nex3 looks like the slash sticking to the unit causes the error here. It doesn't seem to matter about the trailing though. ```scss .grid-layout2 { grid: 1fr/ repeat(2, 1fr); }...

Yeah, this was more to discuss the settings, then it can be layered in. I'll go back and see about the include re-ordering since i think that might be a...

Yup, turning off the `SortIncludes` and re-running allowed me to build locally again

The travis failure looks like it's just a timeout, but I can't reset it. @am11 was there stuff from your clang-format that you want to add to this one? This...

The other option is to adopt on of the company cofigs (`style=?` LLVM, Google, Chromium, Mozilla, WebKit) and do a big-bangish conversion.

Can you try the either of the latest releases? 3.4.5 or 3.5.0.beta.3 This would likely be something from https://github.com/mgreter/sass2scss since that is what does the conversion

I think you're probably right about creating a test in sass-spec then