なつき
なつき
``` irb(main):001> require 'sass-embedded' => true irb(main):002> puts Sass.info sass-embedded 1.77.0 (Embedded Host) [Ruby] dart-sass 1.77.0 (Sass Compiler) [Dart] => nil irb(main):003> puts Sass.compile_string('$white: #fff !default;').css => nil ``` I...
`Null check operator used on a null value` is indeed an error on Dart side, and the only code path changed between 1.75 and 1.77 where I see a null...
Here is a bare minimum reproduction with embedded-host-node: ``` sh npm i sass-embedded @uppy/core ``` ``` js const sass = require('sass-embedded') const input = ` @import '@uppy/core/src/style'; @import '@uppy/core/src/style'; `;...
@nex3 Actually the bug is more than just this... In summary the condition is that: 1. First importer is not cacheable, returning null. 2. Second importer load path returning null....
@esb https://rubygems.org/gems/sass-embedded/versions/1.77.1 has been released. Please give it a try.
I think the exports can be considered to be very similar to symlinks. For a symlink, we would just load it at its location at face value, and don't really...
Sass identifiers treat hyphens and underscores as identical. So, it should not break your code even if you apply it as is. Technically, we can attempt to use source mapping...
@david10sing That is not the right place for chrome bugs, please follow instructions on this page: https://www.chromium.org/for-testers/bug-reporting-guidelines/
@tscott-au The file name extension should be `scss` instead of `sccs`.
@ashmaroli What about cutting `3.0.0.pre.alpha1`? It allows installing without using git, and at the same time because it is a prerelease, 2.x would still be the default for users.