1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-24 18:54:22 +01:00
2020-09-15 12:57:54 +02:00

5 lines
151 B
Plaintext

<% PluginRegistry.stylesheets.each do |stylesheet| %>
<% basename = File.basename(stylesheet,'.scss') %>
<%= "@import '#{basename}';" %>
<% end %>