diff options
Diffstat (limited to 'docs/assets/css')
-rw-r--r-- | docs/assets/css/fixmystreet-org.scss | 6 | ||||
-rw-r--r-- | docs/assets/css/fixmystreet-pro-print.scss | 6 | ||||
-rw-r--r-- | docs/assets/css/fixmystreet-pro.scss | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/docs/assets/css/fixmystreet-org.scss b/docs/assets/css/fixmystreet-org.scss new file mode 100644 index 000000000..2551b389a --- /dev/null +++ b/docs/assets/css/fixmystreet-org.scss @@ -0,0 +1,6 @@ +--- +# This file is read as SCSS, and automatically compiled to CSS by Jekyll +# See http://jekyllrb.com/docs/assets/ +--- +@charset "utf-8"; +@import "fixmystreet-org"; // ie: _sass/fixmystreet-org.scss diff --git a/docs/assets/css/fixmystreet-pro-print.scss b/docs/assets/css/fixmystreet-pro-print.scss new file mode 100644 index 000000000..6921d5b74 --- /dev/null +++ b/docs/assets/css/fixmystreet-pro-print.scss @@ -0,0 +1,6 @@ +--- +# This file is read as SCSS, and automatically compiled to CSS by Jekyll +# See http://jekyllrb.com/docs/assets/ +--- +@charset "utf-8"; +@import "fixmystreet-pro-print"; // ie: _sass/fixmystreet-pro.scss
\ No newline at end of file diff --git a/docs/assets/css/fixmystreet-pro.scss b/docs/assets/css/fixmystreet-pro.scss new file mode 100644 index 000000000..2a9d3b6ec --- /dev/null +++ b/docs/assets/css/fixmystreet-pro.scss @@ -0,0 +1,6 @@ +--- +# This file is read as SCSS, and automatically compiled to CSS by Jekyll +# See http://jekyllrb.com/docs/assets/ +--- +@charset "utf-8"; +@import "fixmystreet-pro"; // ie: _sass/fixmystreet-pro.scss
\ No newline at end of file |