aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/style
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/style')
-rw-r--r--src/frontend/style/master.css0
-rw-r--r--src/frontend/style/mod.rs2
2 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/style/master.css b/src/frontend/style/master.css
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/frontend/style/master.css
diff --git a/src/frontend/style/mod.rs b/src/frontend/style/mod.rs
new file mode 100644
index 0000000..180fe0e
--- /dev/null
+++ b/src/frontend/style/mod.rs
@@ -0,0 +1,2 @@
+
+pub const CSS_BUNDLE: &'static str = include_str!("master.css");