Mailspring/spec/fixtures/packages/theme-with-incomplete-ui-variables/styles/editor.less
Jackie Luo c49d523e8f refactor(ui-variables): Clean UI variables for consistency/usage
Summary: Shortens and simplifies UI variables so that unused variables are no longer present.

Test Plan: Tested locally.

Reviewers: evan, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2738
2016-03-15 11:18:50 -07:00

11 lines
265 B
Plaintext
Executable file

@import "ui-variables";
nylas-theme-wrap {
padding-top: @component-padding;
padding-right: @component-padding;
padding-bottom: @component-padding;
color: @input-bg;
background-color: @spec-test-variable; // From the fallback variables, not overridden
}