Created
January 17, 2013 16:52
-
-
Save dinks/4557471 to your computer and use it in GitHub Desktop.
Always do this if you dont want to have inconsistencies creeping up your assets
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
.blah { | |
<% I18n.available_locales.map(&:to_s).sort.each do |locale| %> | |
&.<%= locale %> { | |
background-url: asset-url('localized/test.<%= locale %>.png'); | |
} | |
<% end %> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment