diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-27 14:56:52 +0100 |
commit | b3fea58c6f9a29ec5fb428d82c25e3a82ac962af (patch) | |
tree | f7b79502c8bcbc158451c205944ee8d337750f8e /docs/assets/css | |
parent | 371927debffc6bb42d8d86a90afc715d1d837e74 (diff) |
Move docs from gh-pages branch.
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 |