-
```
Fragments for screen resolutions: come up with framework for different
resolutions.
"Time-to-text" on mobile is important. Load things lazily (don't display images
/content that may never be s…
-
The images we get from IMAP can be EXIF-oriented, ie. The pixels draw an image in the wrong orientation, but an EXIF metadata fix it.
However browsers doesn't take this property into account when dis…
-
## Explain your use case
I'd like to use `` component with svg and not retrieving rendered `` tag but ``
## Describe the problem you’re trying to solve
So we can control styling in css such as st…
-
All rotations, scaling, and transforms break in Safari 5.0.5 when applying perspective.
Example on http://ricostacruz.com/jquery.transit/
$('.header h1').css({scale: .5}) // works
$('.header h1').cs…
scien updated
11 years ago
-
rollup-plugin-styles is trying to read a postcss config from the root folder of my filesystem
caused by src/index.js per https://windicss.org/integrations/rollup.html
```js
import "virtual:wind…
-
Original [issue 1118](https://code.google.com/p/foxtrick/issues/detail?id=1118) created by [minj](mailto:4mr.minj@gmail.com) on 2013-06-18T11:15:37.000Z:
- WebAudio
- Shadow DOM templates (not yet sup…
-
Is it possible to use gulp-inject to rewrite image paths? I am using gulp-inject to modify the paths of css files to replace the domain for local vs test environments like so:
```
//...
.pipe…
-
I would add some exercises after every chapter. Listening to 10h30min of pure CSS and only doing small exercises is tiresome.
e.g. Flexbox froggy after Flexbox chapter
Table of contents:
• Se…
-
At the moment, canvases generate an image without knowing which CSS transforms will be applied to them, so can generate scaling artefacts similar to #17454 for paint worklets. We should be using the W…
-
`outline` should be similar to `border`
```json
{
"name" : "outline-color",
"code" : "oc",
"summary" : "Sets the color of an element’s outline.",
"url" : …