Carlos (Goodwine)

Results 25 issues of Carlos (Goodwine)

See https://github.com/sass/sass/issues/1890 - [x] Deprecation https://github.com/sass/dart-sass/pull/1779 - [ ] Final

enhancement
blocked

Fixes https://github.com/sass/dart-sass/issues/1716 See https://github.com/sass/sass-spec/pull/1796 Blocked on - https://github.com/sass/sass/pull/3357

See: - https://github.com/sass/sass-spec/pull/1796 - https://github.com/sass/dart-sass/pull/1739

See https://github.com/sass/sass/issues/1890 - [x] Deprecation https://github.com/sass/sass-site/pull/664 - [ ] Final

documentation
blocked

See https://github.com/sass/sass/issues/1890 - [x] Deprecation Tests https://github.com/sass/sass-spec/pull/1815 - [ ] Final

blocked
tests to add

Repro https://github.com/sass/dart-sass/issues/1716 Taking example - https://github.com/KaelWD/sass-forward-twice 1. Removed tab directory and `@forward` rules related to them (same error) 2. Renamed variables in `use module with {...}` to non-existing variables (same...

error-test

**Is your feature request related to a problem? Please describe.** This is related to https://github.com/kubernetes-sigs/kustomize/blob/master/cmd/config/docs/api-conventions/functions-spec.md When generating `framework.Result` objects we are allowed to set a `CurrentValue` and choose a `ProposedValue`....

lifecycle/stale
kind/feature
area/kyaml
triage/accepted

# Input ```scss .foo { /* Hello! */ .bar { a: b; } } ``` # Output ([playground](https://sass-lang.com/playground/#eJwzNNRLy89XqOZSUNDXUvBIzcnJV1TQ0gdy9ZISi8DiCgqJVgpJ1kBWLVctABp4Czk=)) ```css .foo { /* Hello! */

The `csslib` package used in DartPad is unmaintained. I propose replacing it with the actively supported `sass` and `sass_api` packages. These alternatives provide modern CSS parsing with the additional benefit...

Currently `codeExample` accepts an `autogenCSS` boolean argument for whether to compile the Sass inputs and render the outputs. Many examples set this value to `false` because the examples want to...

enhancement