Skip to content

Instantly share code, notes, and snippets.

@smykes
Created January 26, 2015 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smykes/1541dcf6ba12b1b2bef8 to your computer and use it in GitHub Desktop.
Save smykes/1541dcf6ba12b1b2bef8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
var array = ['primary', 'secondary', 'tertiary', 'quartenary', 'quinary', 'senary'];
var colors = ['red', 'orange', 'yellow', 'blue', 'green', 'purple']
for (var i = 0; i < array.length; i++) {
var selectorName = ".btn-" + array[i];
var selectorRules = "background :" + colors[i];
}
Invalid CSS after "var array ": expected "{", was "= ['primary', '..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment