1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/theme/static/src/scss/index.scss

29 lines
627 B
SCSS
Raw Normal View History

2016-05-15 17:42:35 +01:00
/* @group Fonts */
2016-05-17 13:46:23 +01:00
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,300,300italic,400italic,700italic");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,300italic,400italic,700italic");
2016-05-15 17:42:35 +01:00
/* @end Fonts */
2016-05-16 18:20:16 +01:00
2016-05-15 17:42:35 +01:00
/* @group Libraries */
@import "node_modules/bootstrap-sass/assets/stylesheets/_bootstrap";
2016-05-16 18:20:16 +01:00
@import "node_modules/animate.css/animate";
2016-05-15 17:42:35 +01:00
2016-05-16 21:46:16 +01:00
$fa-font-path: "../fonts";
@import "node_modules/font-awesome/scss/font-awesome.scss";
2016-05-15 17:42:35 +01:00
/* @end Libraries */
2016-05-16 18:20:16 +01:00
/* @group Other Imports */
2016-05-15 17:42:35 +01:00
@import "variables";
@import "creative/creative";
/* @end Other Imports */
2016-05-16 18:20:16 +01:00
2016-05-15 17:42:35 +01:00
@import "homepage";