-
Hi,
Thanks for sharing code! Seems like a good solution. I'd prefer to stick with less vs. [switch to SASS for its `@content` feature](https://github.com/cloudhead/less.js/issues/965#issuecomment-181…
-
Hi.
I'm ready to submit to the Dia project (http://live.gnome.org/Dia) a patch for "including Sozi support in Dia".
Before doing so, i wonder if the Sozi team would agree with this submission.
I c…
polch updated
11 years ago
-
I think a great feature would be to check all rules in a styles sheet to make sure all selectors are "namespaced" somehow.
That way, we could sanitize third party CSS files before integrating them in …
-
Since we add styles using the head element, which does not exist at document start, it is impossible to apply styles to the page elements before they are showing. The head element is not always added…
-
Slick Library! Thank you.
The implementation of Color is confusing to me. For example, it feels intuitive for one to code up his/her style colors upfront in a class, such as the following constant,…
ghost updated
12 years ago
-
Version: 1.5.3
CUPS.org User: odyx
Hi,
as was reported to http://bugs.debian.org/692791 , any user belonging to the "lpadmin" group (as defined by the --with-system-groups configure stanza), can get…
-
This is an awesome script, but the `data-property`/`to`/`from` properties are too generic and there's no namespace to keep it from clobbering some other script that might end up using the generic "`pr…
-
@jhpedemonte, @billreed63
Right now MobileCreateTool.js has this line of code:
``` if (mobileDevice != "iphone" && mobileDevice != "ipad" && mobileDevice != "none") {
```
Maybe with cleanup…