Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit f6ff873

Browse files
committed
Add MimeTypes.Css
1 parent 9c2a8ad commit f6ff873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceStack.Text/HttpUtils.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,7 @@ public static class MimeTypes
12171217

12181218
public const string Html = "text/html";
12191219
public const string HtmlUtf8 = Html + Utf8Suffix;
1220+
public const string Css = "text/css";
12201221
public const string Xml = "application/xml";
12211222
public const string XmlText = "text/xml";
12221223
public const string Json = "application/json";

0 commit comments

Comments
 (0)