Answer the question
In order to leave comments, you need to log in
ASP MVC 5 How to make Bundle friends with CSS media=all?
Hello!
Guys, how to make Bundle friends with CSS media=all?
I have a template where:
<link rel='stylesheet' id='realexpert_bootstrap_main_css-css' href='library/bootstrap/css/bootstrap.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='realexpert_bootstrap_responsive_css-css' href='library/bootstrap/css/bootstrap-responsive.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='realexpert_font_awesome_css-css' href='library/font-awesome/css/font-awesome.min.css' type='text/css' media='all' />
bundles.Add(new StyleBundle("~/Content/css").Include(
"~/Content/style.css",
"~/Content/bootstrap.min.css",
"~/Content/bootstrap-responsive.min.css.css",
"~/Content/font-awesome.min.css",
"~/Content/style.css")
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question