Skip to content

Commit

Permalink
DNN-18552: fixing accessibility level.
Browse files Browse the repository at this point in the history
  • Loading branch information
galatrash authored and tpluscode committed Apr 4, 2018
1 parent 30aee34 commit 432a6da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClientDependency.Core/CssHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace ClientDependency.Core
{
internal static class CssHelper
public static class CssHelper
{
private static readonly Regex ImportCssRegex = new Regex(@"@import url\((.+?)\);?", RegexOptions.Compiled);
private static readonly Regex CssUrlRegex = new Regex(@"url\(((?![""']?data:|[""']?#).+?)\)", RegexOptions.Compiled);
Expand Down Expand Up @@ -231,4 +231,4 @@ private static bool IsAbsoluteUrl(string url, out Uri uri)
return Uri.TryCreate(url, UriKind.Absolute, out uri);
}
}
}
}

0 comments on commit 432a6da

Please sign in to comment.