Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
13 lines
372 B
Plaintext
Executable File
13 lines
372 B
Plaintext
Executable File
// prettier-ignore
|
|
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
|
|
// prettier-ignore
|
|
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i);
|
|
|
|
@is-overleaf : false;
|
|
@is-overleaf-light : false;
|
|
@show-rich-text : false;
|
|
|
|
// Core variables and mixins
|
|
@import 'core/variables.less';
|
|
@import '_style_includes.less';
|