Sizes
<% for x, i in ["xs", "sm", "", "lg", "xl", "xxl"]: %>
"><%= i + 1 %>
<%= if x != "" then ".dot-#{x}" else "" %>
<% end %>
Colors
<% for x, i in ["default", "success", "info", "warning", "danger", "brand", "one", "two", "three", "facebook", "google", "twitter", "paypal"]: %>
<%= i + 1 %>
.dot-<%= x %>
<% end %>
plus .dot-blank
<% for x, i in ["default", "success", "info", "warning", "danger", "brand", "one", "two", "three", "facebook", "google", "twitter", "paypal"]: %>
<%= i + 1 %>
.dot-<%= x %>
<% end %>
plus .dot-blank-soft
<% for x, i in ["default", "success", "info", "warning", "danger", "brand", "one", "two", "three", "facebook", "google", "twitter", "paypal"]: %>
<%= i + 1 %>
.dot-<%= x %>
<% end %>