-
I can't use `css-in-rust` in Yew that version is 0.18
-
Your new system of grouping "Generated selectors" causes some porblem with the functions "css".
For example, when I want to use "nth-chlid (2n +1)", your parser interprets () and take away what makes…
dadal updated
13 years ago
-
Extracted from: https://github.com/prettier/prettier/issues/4633#issuecomment-394454392
We've had several issues where people have put `parser: something` at toplevel in their .prettierrc, causing …
-
Magento 2.4.4
PHP 7.4.30
Compilation from source .../vendor/dnafactory/module-bootstrap/view/frontend/web/css/source/scss/themes/_magento.scss failed
Exception: type missing in switch/case getVar…
-
**To reproduce:**
```less
.hover\:drop-shadow-sm {
--tw-blur: ;
--tw-brightness: ;
}
```
**Current behavior:**
Valid CSS yields a ParseError.
Empty values are a valid part of th…
-
what looks to be happening is the parser is barfing on the actual base64-encoded data portion of the URI and then instead of dropping the entire CSS property that URI was a part of, it just leaves a m…
tghw updated
12 years ago
-
```
When parsing CSS, the parser didn't properly skip the complete token; which
resulted in it trying to parse the contents of the selector (again).
This made it parse e.g. "td:nth-child(n+2)" as "td…
-
We have a case where we include a different CSS file based on different conditions.
Let's say we have a `cssFileName` variable which is a string. In that case `{% webpack_entry_css cssFileName %}` …
-
{
test: /\.scss$/,
exclude: /(node_modules|libs)/,
use: [
'style-loader',
{
load…
-
### Description
When you write a number (3-9 digits) followed by a dot (".") the client drops all digits but the final two.
### Steps to reproduce
Write into chat: 123456789.
gives: …