blob: 23879eb928bfa43284b321b5fd166a96f48e75e8 (
plain)
- /* usage: sassc --style compressed local.scss local.css */
- @import 'cgit';
- code > ol.hl {
- padding: 0;
- margin: 0;
- }
- code > ol.hl > li.hl {
- height: 0;
- &::before {
- border-left: 1px solid grey;
- margin-right: .5em;
- content: '';
- }
- }
|