Sha256: 95c57946925341925035d2be4a3846f9adc6ced0b8939ca7b39e458d21318472
Contents?: true
Size: 766 Bytes
Versions: 12
Compression:
Stored size: 766 Bytes
Contents
@import "styles/variables"; @import "styles/fonts"; @import "styles/mixins/all"; html { height: 100%; } body { margin: 0; height: 100%; } .lanes-root { height: 100%; .lanes > div { height: 100%; } } .lanes { height: 100%; @import "styles/global"; <% Lanes::Extensions.each_asset(phase: :all, type: :css) do | asset | %> @import "<%= asset %>"; <% end %> @import "lanes/components/shared/styles"; <% Lanes::Components.enabled_with_dependencies(self) do | component | %> @import "lanes/components/<%= component %>/styles"; <% end %> <% if !Lanes.config.initial_workspace_screen_id.blank? && screen = Lanes::Screen[Lanes.config.initial_workspace_screen_id] %> @import "<%= screen.css.remove(/\.css$/) + "/index.scss" %>"; <% end %> }
Version data entries
12 entries across 12 versions & 1 rubygems