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