Joe Pea
Joe Pea
Seems lately, instead of throwing a warning, Three will resize your textures to lower quality to. Is it encouragement to go use power-of-two? This is what I see in the...
Too easy to comment on the existing thread. Defaulting to `LinearFilter` would be best for all us newbs! =)
> That would result in a slower performance. Newbs don't care, they just want easy awesome at first.
Why is Less or Sass marked as "preferable"? --- I vote for [PostCSS](https://postcss.org), to stay in line with future CSS specs. See also [CSSNext](https://cssnext.github.io/) which is basically a preset that...
Here's an interesting stat. Weekly download for each: - Stylus, 1.7m - Sass, 1.8m - Less, 2.5m - PostCSS............ 24.4m!
I forgot CSSNext was deprecated in favor of postcss-preset-env, which is looking nice. Regarding plugins, do you want to avoid just choosing, for example, all `stage 1+` features of preset-env....
> I wonder if we can pick the features and use them.? It may be easier to just pick "stage 1", but yeah we can also just pick individual features....
Also nice list of features by stage at http://preset-env.cssdb.org/features, and http://cssdb.org has the official list of proposals with stage level.
> Dart Sass compiles to pure JavaScript Awesome! I just realized this. All my issued were with node-sass. > so far I haven't read an "issue" in this issue. @jhildenbiddle...
I think more something like this: ````markdown Here is a _neat_ example: ```js console.log(foo) ``` ```` which would render as: --- Here is a _neat_ example: ```js console.log(foo) ``` ---...