Skip to content

Instantly share code, notes, and snippets.

@romanonthego
Created February 10, 2016 06:12
Show Gist options
  • Save romanonthego/5ec387533a66d4d4d3de to your computer and use it in GitHub Desktop.
Save romanonthego/5ec387533a66d4d4d3de to your computer and use it in GitHub Desktop.
// background.styl
.background
background-image: url('./assets/background.png')
.smallFlipedAndBluredBackground
background-image: url('./assets/img.jpg?operations=/-/resize/600x/-/blur/10/-/mirror/-/format/jpg/-/quality/best/-/progressive/yes/')
// CSS bundle output:
// => .background {
// => background-image: url(https://ucarecdn.com/85b5644f-e692-4855-9db0-8c5a83096e25/);
// => }
// => .smallFlipedAndBluredBackground {
// => background-image: url(https://ucarecdn.com/85b5644f-e692-4855-9db0-8c5a83096e25/-/resize/600x/-/blur/10/-/mirror/-/format/jpg/-/quality/best/-/progressive/yes/);
// => }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment