gulp-responsive-config
gulp-responsive-config
helps to generategulp-responsive
configuration from existiong HTML and CSS files.
Usage
HTML layout
CSS markup
gulp-responsive & gulp-responsive-config
var gulp = ;var $ = ; gulp;
Supported filename format for dimensions detect
-<width>
:image-100.png
-<width>x
:image-100x.png
-<width>x<height>
:image-100x200.png
-x<height>
:image-x200.png
-<width>x<height>@<scale>x
:image-100x200@2x.png
@<scale>x
:image@2x.png
See also parse-image-dimensions module.
License
MIT