diff --git a/content/tutorials/themes/theme-objects/cssexclude/index.md b/content/tutorials/themes/theme-objects/cssexclude/index.md
new file mode 100644
index 000000000..fff06fbf3
--- /dev/null
+++ b/content/tutorials/themes/theme-objects/cssexclude/index.md
@@ -0,0 +1,45 @@
+---
+uid: cssexclude
+locale: en
+title: CSSEXCLUDE Theme object
+dnnversion: 09.02.00
+previous-topic: cssinclude
+next-topic: currentdate
+related-topics: theme-objects,themes,create-theme
+links:
+---
+
+# CSSEXCLUDE Theme Object Introduction
+
+ Allows you to exclude a Stylesheet (that DNN would normally load) from being loaded
+
+**Current Version:** 01.00.00
+
+
+## Include in Theme
+
+### ASCX
+``` html
+ <%@ Register TagPrefix="dnn" TagName="CssExclude" src="~/Admin/Skins/DnnCssExclude.ascx" %>
+
+```
+
+### HTML Token
+ [DNNCSSEXCLUDE]
+
+### HTML Object Token
+``` html
+