postcss-sass icon indicating copy to clipboard operation
postcss-sass copied to clipboard

A Sass parser for PostCSS, using gonzales-pe. https://www.npmjs.com/package/postcss-sass

Results 19 postcss-sass issues
Sort by recently updated
recently updated
newest added

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....

dependencies

It seems that the currently used sass parser is not aware of `;` that are actually not allowed in Sass indent syntax example from sassmeister ![image](https://user-images.githubusercontent.com/86342787/148216313-1d8be25b-d23e-4c89-b04c-0141ee389c1c.png) from gonzales ![image](https://user-images.githubusercontent.com/86342787/148216434-6c8aced6-b8bd-4c00-aa22-f1f9e43cfcea.png) this...

Snyk has created this PR to upgrade postcss from 8.3.9 to 8.3.11. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=yarn&package_name=postcss&from_version=8.3.9&to_version=8.3.11&pr_id=9160fc39-fb09-4d4d-8a2c-cecf547f2248&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

> Clearly describe the bug The sass loops inside of **VUE** files cause linter to crash > Which rule, if any, is the bug related to? not related to any...

Cross posting from: https://github.com/stylelint/stylelint/issues/5377 Demo of the issue can be found [here.](https://stylelint.io/demo#N4Igxg9gJgpiBcIB0BnCBbGBaMAbAhiigDoB2ABOQEYQBOst85AjAA4Ae5auAllOQGIArDAAMAdhgAmEABoQKAJ6kALvnYIFhFHPARSAMx4BzTcDKViIWgFdcMEgnLmKlclZukeKrKQhZPAGs-AHdSKyYVWxgLcgBfMjiQOKA). If the problem is related to this repo, and I can help in any way or form, please...

The snippet: ```sass @use "namespace" as alias selector prop: alias.$var ``` throws ``` src/components/cover/index.sass 68:1 ✖ Please check validity of the block starting from line #68 CssSyntaxError ``` Checkout the...

help wanted
wontfix

Added supporting of @media, @mixin, @include, @extend, loops(@while, @for, @each)

Hi @AleshaOleg , I was working on an example project with stylelint in order to inspect some bugs I encountered in the real life and I'd like to do a...

help wanted

I created a test case to show you how indentation Stylelint rule works with `postcss-sass` Read my comments here: https://github.com/Grawl/stylelint-sass-test/commit/299d3c9fd9330187165d88a9d173b31c2d24487f#diff-4757c28482d2f675fed8d35d1d12d287 Run and test by yourself here https://github.com/Grawl/stylelint-sass-test with `lint-sass-complex` NPM...

help wanted

*This issue was written in Russian, for [Cult of Matrians](https://cultofmartians.com) project.* *English text below* Шаги к решению: 1. Сделать форк проекта. 2. Разобраться в структуре проекта. 3. Прочитать [документацию](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#import) `Sass`...

help wanted