docs: fix missing comma (#15211)

pull/14243/head
redcatH 3 years ago committed by GitHub
parent 052e511bec
commit 560d3a4647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ Configure<AbpBundlingOptions>(options =>
// Remove the following line
- BasicThemeBundles.Styles.Global,
// Add the following line instead
+ LeptonXLiteThemeBundles.Styles.Global
+ LeptonXLiteThemeBundles.Styles.Global,
bundle =>
{
bundle.AddFiles("/global-styles.css");

Loading…
Cancel
Save