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.
 
 
 

17 lines
249 B

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