Skip to content

standardbeagle/postcss-responsive-background-image

Repository files navigation

PostCSS Responsive Background Build Status

PostCSS plugin that creates smaller copies of a background image according to predefined responsive breakpoints, and generates the correct css in order to save bandwith and memory on small screen devices..

.foo {
    /* Input example */
}
.foo {
  /* Output example */
}

Usage

postcss([ require('postcss-responsive-background') ])

See PostCSS docs for examples for your environment.

About

Generates resized background images and media queries at specified breakpoints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published