Sha256: 3f7c5c35710e9c22d6392649df0a7f16ed4725970fd8cc04aca8bf84cc0274a2
Contents?: true
Size: 973 Bytes
Versions: 7
Compression:
Stored size: 973 Bytes
Contents
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the bottom of the * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS * files in this directory. Styles in this file should be added after the last require_* statement. * It is generally better to create a new file per style scope. * *= require_self *= require ./galleries.scss *= require ./locations.scss **/ .my-row { /* necessarily no-wrap */ display: flex; flex-wrap: no-wrap; > * { margin-right: 10px; } } .newsitems--index { .items { > * { margin-bottom: .5em; } } }
Version data entries
7 entries across 7 versions & 1 rubygems