bdkjones / CodeKit2

CodeKit 2 Beta
98 stars 4 forks source link

invalid code in SCSS/libsass KO'd CodeKit; CodeKit waved to corner for maintainers help as it went down. #618

Closed subhaze closed 8 years ago

subhaze commented 8 years ago
a {
    font: {
        size: 14px;
        @media (max-width: 767px){
            size: 10px;
        }
    }
}

the above code blows CK up when it tries to compile it. Yes... this isn't valid code due to the placement of the @media, but Ruby SCSS correctly reports the issue in logs but if using libsass it just shuts CK down.

P.S. You MUST use tabs, github has converted that code to spaces.

bdkjones commented 8 years ago

Gotta file that one with the Libsass team.

subhaze commented 8 years ago

Just curious if you were able to catch that though, without CK shutting down? Was working on looking if there's an issue in place for libsass