-
[21:30:14] [main/WARN]: Error loading class: net/minecraft/item/BucketItem (java.lang.ClassNotFoundException: net/minecraft/item/BucketItem)
[21:30:14] [main/WARN]: @Mixin target net.minecraft.item.B…
-
今天写着写着莫名其妙的提示我scss的api被弃用,麻烦作者更新一下scss的api,我自己改实在无能为力,退版本也报错,
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https…
-
I'd be happy to volunteer for this, if this kind of contribution would be welcome.
Examples:
https://github.com/thanos-io/thanos/tree/master/mixin
https://github.com/kubernetes-monitoring/kuberne…
-
Installing azure functions tools on linux quickly (without also installing .net core) is a thing that a mixin could really help out with. I've been trying to set it up myself for a bundle and it took …
-
![Examples Light](https://user-images.githubusercontent.com/14083530/72947264-4c8c1a80-3d36-11ea-8bfb-293de13e220d.png)
![Focus States Light Simple](https://user-images.githubusercontent.com/140835…
-
The following code creates an error
``` scss
a:hover, a:focus {
@include background-image(linear-gradient(
top,
transparent,
currentcolor
));
}
```
While this compiles just fine
```…
-
Mixins don't work with React components written as ES6 classes.
Let's provide something that will work like a superclass, higher order component, or ES7 decorator.
-
Right now, Compass doesn't provide any mixin for the mask rules. Is it planned on the roadmap?
-
Hi,
After selecting/clicking on checkbox e.g. align equals or emmet nothing happens, it doesn't begin installing, tried restarting app ... same behaviour.
- on OSX capitan 10.11.4
- Chocolat 3.2.4
-
```
Would like to be able to have default mixin argument values:
{{{
@defmixin roundedBorder(SIZE = 3px) {
-moz-border-radius: SIZE;
-webkit-border-radius: SIZE;
border-radius: SIZE;
}
}}…