16 lines
522 B
XML
16 lines
522 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<bundles version="1.0">
|
|
<styleBundle path="~/Content/css">
|
|
<include path="~/Content/bootstrap.css" />
|
|
<include path="~/Content/Site.css" />
|
|
<include path="~/Content/Style.css" />
|
|
<include path="~/Content/fonts.css" />
|
|
<include path="~/Content/font-awesome.css" />
|
|
</styleBundle>
|
|
|
|
<styleBundle path="~/Content/bootstrap">
|
|
<include path="~/Content/bootstrap.css" />
|
|
<include path="~/Content/bootstrap-theme.css" />
|
|
</styleBundle>
|
|
|
|
</bundles> |