Skip to content

issues Search Results · repo:sass/dart-sass language:Dart

Filter by

1k results
 (53 ms)

1k results

insass/dart-sass (press backspace or delete to remove)

Install npm sass-parser, version: 0.4.15 When try run sample from README const sassParser = require( sass-parser ); const root = sassParser.scss.parse(` @use colors ; body { color: colors.$midnight-blue; ...
  • urffin
  • Opened 
    yesterday
  • #2545

See https://github.com/sass/sass/issues/4048 - [ ] Deprecation - [ ] Removal
enhancement
  • nex3
  • Opened 
    5 days ago
  • #2543

See the following code as an illustration of the issue. On sass this worked correctly , because callables from other function registries with in the same dart/js VM memory space can be directly accessed ...
bug
  • ntkme
  • 15
  • Opened 
    5 days ago
  • #2542

See https://github.com/sass/sass/issues/4030 - [ ] Deprecation - [ ] Final changes
enhancement
  • nex3
  • Opened 
    8 days ago
  • #2539

I m importing this css file from the blocknote package @blocknote/mantine/style.css using meta.load-css @layer externals { @include meta.load-css( @blocknote/mantine/style.css ); } I get the following ...
  • raythurnvoid
  • 1
  • Opened 
    10 days ago
  • #2534

I m trying to use gulp-sass to compile my Sass, but I m getting this error: J.getInterceptor$ax(...).map$1$1 is not a function Searching Google tells me this is an error in Jest, except I m not using ...
needs info
  • YodasWs
  • 2
  • Opened 
    13 days ago
  • #2531

I have a question regarding mixed declarations. Assume the following code block in an .scss file: .test { color: blue; .test2 { color: red; } background: green; } Shouldn ...
  • akuma-htb
  • 4
  • Opened 
    16 days ago
  • #2530

What I’m Trying to Do I have been developing a Sass project that has run smoothly for many months. Suddenly, I’m now encountering a persistent “expected ‘(’” parse error. I reduced my setup to a bare-minimum ...
  • ReubenJFraser
  • 2
  • Opened 
    19 days ago
  • #2526

I m migrating node-sass to dart-sass, this code works in node-sass, but got a syntax error in dart-sass. .abc { $sqrt: 1.41; $dim: 30px; top: round(-$dim / $sqrt); } img width= 591 alt= Image src= ...
bug
  • Sesna
  • 3
  • Opened 
    20 days ago
  • #2523

As per the blog post on native CSS nesting, Sass would consider emitting nesting rules using :is() when browser support for this feature is at least 98%. It links to the caniuse page as a reference for ...
infrastructure
question
  • mkrause
  • 5
  • Opened 
    20 days ago
  • #2522
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub