Skip to content
#

scss

sass logo

Sass is a stylesheet language with a main implementation in Ruby. It is an extension of CSS that makes improvements to the old stylesheet format, such as being able to declare variables and using a cleaner nesting syntax.

Here are 14,428 public repositories matching this topic...

prettier
stylelint
siarheiyelin
siarheiyelin commented Oct 8, 2021

Clearly describe the bug

Stylelint throws error when "media-feature-name-value-allowed-list" rule is defined for the following SCSS code:
SCSS code looks like this:

// This code causes error (even though it's correct SCSS code). Important note: there is no space between "and" and "("
        @media only screen and(min-width: 640px) {
            display: none;
        }
// Next

Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein

Released November 28, 2006

Latest release over 5 years ago

Repository
sass/sass
Website
sass-lang.com
Wikipedia
Wikipedia