Dear Support,
I am trying to customize the components using the provided instructions(but using the material theme):
$primary: #253746;
$accent: #00A3E0;
@import 'ej2-base/styles/material.scss';
@import 'ej2-calendars/styles/material.scss';
However, I am getting the below error message:
/* Error: Top-level selectors may not contain the parent selector "&".
* ,
* 258 | / .e-bigger#{&}.e-calendar,
* 259 | | &.e-bigger #{&}.e-calendar {
* | '-----------------------------^
Can you please assist on this?
Also, I want to change the $primary and $accent variables for all components. What is the suggested way to do that?
Do I have to import the styles of every single component?