darrenkopp / SassyStudio

Visual Studio extension that adds a little bit of support for sass/scss
MIT License
101 stars 12 forks source link

Problem with vendor-specific pseudo-elements #50

Closed HerbCaudill closed 10 years ago

HerbCaudill commented 10 years ago

You can format the scrollbar in Chrome using pseudo-elements (see http://css-tricks.com/custom-scrollbars-in-webkit for details):

::-webkit-scrollbar-track {
    background: #FFF;
}

There's something about that syntax that SS doesn't like:

Main.scss:74: error: error reading values after :

   at NSass.SassCompiler.CompileFile(String inputPath, OutputStyle outputStyle, Boolean sourceComments, IEnumerable`1 additionalIncludePaths)
   at SassyStudio.Integration.LibSass.NSassDocumentCompiler.Compile(FileInfo source, FileInfo output)
darrenkopp commented 10 years ago

bleh, looks like this is problem with libsass; I'll go check to see if this is a known issue in their issue tracker.