Sha256: e204ca84be222f2c1c5d9f196f7f352d3f40309e566594a21dce547047c31eba

Contents?: true

Size: 152 Bytes

Versions: 44

Compression:

Stored size: 152 Bytes

Contents

<%- Dir.glob("_stylesheets/*").sort.each do |sheet| -%>
  <link href="<%= File.join(css_path, File.basename(sheet)) %>" rel="stylesheet" />
<%- end -%>

Version data entries

44 entries across 27 versions & 2 rubygems

Version Path
ascii_binder-0.1.3.2 templates/_templates/_css.html.erb
ascii_binder-0.1.3.1 templates/_templates/_css.html.erb
ascii_binder-0.1.3 templates/_templates/_css.html.erb
ascii_binder-0.1.2 templates/_templates/_css.html.erb