Results 7 issues of Matthias Müller

Autocompletion for multiline values doesn't work as expected. This concerns mainly sass-maps, which are usually not written in one line due to readability reasons. e.g. ``` $map: ( value: 123,...

Accoring to the specs, "everything under control of CSS" is case-insensitive. Exceptions (not under control) are for example classNames, IDs, url-fragments, etc. From a compression point of view (e.g. file...

help wanted
question

This bug actually happens quite a lot to me. In imported files, the Live Preview only updates Chrome after saving the file. In the "main.scss"-file (which imports the partials), the...

The possibility to specify for each project files / directories (a node glob pattern), which are preloaded for autocompletion would be a huge improvement. This would vastly improve the user...

enhancement

Sassdoc is great. I don't like, however, the way maps are documented, because I need to duplicate both - the name of the property as well as its value. ```...

Feature
Maybe

...and apply only necessary fallbacks and safe transformations

enhancement

As I've just had this issue in a real-world-project: The browser-support for background-position edge offsets (from right or from bottom) like this ``` .selector { background-position: right 5px bottom 5px;...

enhancement