Re: [css-d] Don't miss a space

2014-11-26 Thread Crest Christopher
Should I use "srcset", "" or "picturefill" for images. I've read if you use "picturefill" as an alternative you can use ? Christopher Tom Livingston Saturday, November 22, 2014 7:50 PM This will be handled by the min-width MQs, as mentioned before. Base styles for

[css-d] matrix3D

2014-11-26 Thread Crest Christopher
Is a CSS 3D-Matrix Transform equal to defining X,Y,Z translation values ? I think it would be simpler to do CSS 3D transforms using; matrix3d(n,n,n,n,n,n,n,n,n,n,n,n,n,n,n,n) instead of translate(x),(y),(z) less code :-) Christopher ___

Re: [css-d] validating CSS when?

2014-11-26 Thread Colin (Sandy) Pittendrigh
Are there any good lists--populated by serious developers, like this one--wear "on topic" includes all the trades real developers use, like server side scripting, databases, javascript AND CSS? There are many such forums. But forums tend to be populated by beginners while lists tend to be populat

Re: [css-d] validating CSS when?

2014-11-26 Thread MiB
nov 25 2014 17:49 Barney Carroll : > A task runner like Gulp would be useful for this kind of thing. This guy > wrote an excellent introduction (and starter kit) [0] that covers automated > SASS & Browserify code compilation and filesystem-browser synchronisation. > > I've used Gulp for my las