なつき
なつき
For the structure you have, what you can do is: ``` scss // main @use "../../_sass/theme"; // this is a relative path, does not count as dependency. ``` Add `_sass/external`...
The reason is that for most of the end users who import the root stylesheet for a theme e.g. minima, that whole theme is a dependency which users do not...
Another thing here is that you have `theme.scss` in the root of `_sass`, which means `@use "external/font-awesome";` can be interpreted as either a relative path or a load path import,...
> Font Awesome as a Ruby gem That’s for Ruby on Rails, which cannot be used for Jekyll at this moment.
> Will these files not be copied over to `_site`? Jekyll ignores copying filenames started with underscore, and sass consider underscore as a partial, which can be imported without the...
See #227.
I'm closing this issue for now as we are completely blocked until at least one of the following two issues is resolved. Please follow the development of these issues instead:...
I guess this spec comes from ruby-sass historically had a implementation that did not compare the rounding of two numbers: https://github.com/sass/ruby-sass/blob/stable/lib/sass/script/value/number.rb#L408-L410 ``` ruby def self.basically_equal?(num1, num2) (num1 - num2).abs <...
I wasn't able to reproduce this using the ruby host implementing the exactly same logic as your failing test running on GitHub Actions, and I don't have access to a...
@bep Can you please try the build artifact from here: https://github.com/ntkme/dart-sass-test/actions/runs/11634405067/artifacts/2134365866