- 182
Hi! i don't want use css bundling and start thinking to make one css where i combine all this files:
If i create file "styles2.css" and overwrite code and write:
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/styles2.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/styles.css");
This should work? or maybe you need this css also in other places / code? Do you try this?
PS Maybe you can tell me, where plugins have link to css? i check few and can't find place where you place link to css.
Maybe someone from you can help? our gogle insight is weak, because we have too many files "blocking". After changes we should have 1-3 css…
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/1320.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/1000.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/720.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/480.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/mobile-only.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/tables.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/styles.css");
If i create file "styles2.css" and overwrite code and write:
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/styles2.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/styles.css");
This should work? or maybe you need this css also in other places / code? Do you try this?
PS Maybe you can tell me, where plugins have link to css? i check few and can't find place where you place link to css.
Maybe someone from you can help? our gogle insight is weak, because we have too many files "blocking". After changes we should have 1-3 css…