scup/Atellier

View on GitHub
src/styles/_base.less

Summary

Maintainability
Test Coverage
/* ------------------------- *\
      BASE
\* ------------------------- */

html, body, #main {
  height: 100%;
  width: 100%;
}

body {
  font: @font-weight @font-size @font-family;
  margin: 0;
  padding: 0;
}