Created
May 17, 2015 21:06
-
-
Save bradcerasani/99a6b316e5ad3d0f9ecd to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// libsass (v3.2.4) | |
// ---- | |
@for $i from 1 through 10 { | |
.starfield__shape--#{$i} { | |
background-image: url('{{ "starfield__shape--#{$i}.svg" | asset_url }}'); | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.starfield__shape--1 { | |
background-image: url('{{ "starfield__shape--1.svg" | asset_url }}'); | |
} | |
.starfield__shape--2 { | |
background-image: url('{{ "starfield__shape--2.svg" | asset_url }}'); | |
} | |
.starfield__shape--3 { | |
background-image: url('{{ "starfield__shape--3.svg" | asset_url }}'); | |
} | |
.starfield__shape--4 { | |
background-image: url('{{ "starfield__shape--4.svg" | asset_url }}'); | |
} | |
.starfield__shape--5 { | |
background-image: url('{{ "starfield__shape--5.svg" | asset_url }}'); | |
} | |
.starfield__shape--6 { | |
background-image: url('{{ "starfield__shape--6.svg" | asset_url }}'); | |
} | |
.starfield__shape--7 { | |
background-image: url('{{ "starfield__shape--7.svg" | asset_url }}'); | |
} | |
.starfield__shape--8 { | |
background-image: url('{{ "starfield__shape--8.svg" | asset_url }}'); | |
} | |
.starfield__shape--9 { | |
background-image: url('{{ "starfield__shape--9.svg" | asset_url }}'); | |
} | |
.starfield__shape--10 { | |
background-image: url('{{ "starfield__shape--10.svg" | asset_url }}'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment