luxlogica
luxlogica
When we have a "one-pager" structure - i.e., a 'Parent Page' where the children pages represent **sections** of the parent page, rather than separate pages in their own right -...
It would be incredibly useful to be able to set the `opacity` of layers directly via CSSketch: ``` .bg-img { opacity: 0.35; } .vertical-rule { opacity: 0.6; } ```
Now that we can see support for webp on the horizon (Issue #619), would it be possible to ask for support also for **[AVIF](https://jakearchibald.com/2020/avif-has-landed/)**? It seems to be gaining very...
Although the [Official W3C HTML5 Validator](https://validator.nu) is an open-source project, it is unfortunately, a 💩 java-based tool. This makes it impossible for anyone to bundle the validator itself into their...
**[HTML Tidy](http://www.html-tidy.org)** is a very well-established and stable tool, that can diagnose and correct HTML syntax issues - including HTML5. It effectively does 'linting' for HTML files. This is a...
One of the issues that normalize.css never addressed very well is the discrepancy in the styling of some form elements in different browsers. It would be awesome if modern-normalize could...
I find that I have to use separate `.git-ftp-ignore` files for different environments - i.e., when deploying to 'test' I often need to upload dummy content, which I want ignored...
Has development on SketchToolbox stopped? - the website, last updated a year ago, announces "it'll look much nicer very soon"... If development is still ongoing - which I hope it...
From version 52 onwards, Sketch now supports custom Data sources, which allow us to populate a layer with text and image from pre-defined sources. It would be great if the...