quickbuild
Version:
A mature, feature-complete application generator with an emphasis on speed
23 lines (16 loc) • 333 B
text/less
// Base
// -------------------
// Used for global styles
// Or to override certain Atom core styles
// -------------------
body {
font-size: @font-size;
color: @text-color;
background-color: @app-background-color;
}
atom-pane {
border-right: 1px solid @base-border-color;
&:last-child {
border-right: none;
}
}