-
I have
it should create
but it creates
which breaks the dynamic less.js
Can you help?
-
Hello,
Why is there more than one stylesheet linked into the document, and how does it know which one to use?
-
## Expected behavior and actual behavior
Importing a file with the extension `.css.scss` does not work. Same goes with `.css.scss.erb`, `.scss.erb` and `.css.erb`
However `.scss` alone works just …
-
Thanks for this sweet plugin! (although the fact that it isn't more popular makes me wonder why others don't want it and if there's something I'm missing!)
I am new to vite, so I may not be underst…
-
this was discussed on Discord and @Pauan suggested something like the following syntax:
```
static STYLE1: Lazy = Lazy::new(|| stylesheet!("div.bar", {
.style(...)
}));
html!("div", {
…
dakom updated
3 years ago
-
done.
-
It doesn't seem possible to import a less stylesheet in using xstyle. Would you be able to support this?
e.g. "xstyle/css!../resources/app.less", fails silently, no onload event is fired.
-
Tiny buttons, success color, among other things were changed. I deleted everything not prefixed with .calendar in the css file and it seems to be working fine although this should not happen to start …
ghost updated
9 years ago
-
I have a use case that requires a lot of different instances of a slick grid loaded to the page all at once. Normally, this wouldn't be a problem, but IE9 has a hard limit of 31 (IE8 has 24?) concurre…
-
The project includes styleheet options in its styles directory.
I found I had to copy the files for one of these options, including images, to my site's theme directory and then add a reference in my…