From 3647ff37c565c77ebd1e68fce1552201c35b5cb3 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 15 May 2018 15:28:17 +0400 Subject: Complete redesign of site styles Signed-off-by: Valentin Popov --- assets/css/styles.scss | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 assets/css/styles.scss (limited to 'assets/css/styles.scss') diff --git a/assets/css/styles.scss b/assets/css/styles.scss new file mode 100644 index 0000000..05bc215 --- /dev/null +++ b/assets/css/styles.scss @@ -0,0 +1,7 @@ +--- +# Loading site styles. +--- + +@import 'base/bootstrap'; +@import 'base/highlight'; +@import 'base/main'; -- cgit v1.2.3