A fork of hyde, the static site generation. Some patches will be pushed upstream.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
285 B

  1. @option style: expanded;
  2. @import "inc/mixin";
  3. @import "inc/vars";
  4. @import "inc/reset.css";
  5. #header {
  6. color: $base-color * 3;
  7. border-left: $the-border;
  8. border-right: $the-border * 2;
  9. }
  10. #footer {
  11. color: ($base-color + #111) * 1.5;
  12. }
  13. #content {
  14. @include rounded(10px);
  15. }