Skip to content

box2unlock/look

Repository files navigation

Look

Minimalistic CSS framework.

A set of CSS rules & basic user-interface components. Built primarily for my site box2unlock.tk but released publicly as it might be useful as a foundation for other projects out there. Plain and simple.

Demo

https://box2unlock.github.io/look/

Features

  • uses rem sizing with px fallback
  • available in two color variants: day and night
  • follows vertical rhythm
  • follows RSCSS methodology
  • includes Normalize
  • includes Font Awesome
  • includes ungrid

Compiling

Install node-sass (extremely fast Sass compiler).

node-sass
--source-map true
--precision 10
--output-style compressed
$FileName$ ../css/$FileNameWithoutExtension$.css

where $FileName$ is either daylook.scss or nightlook.scss.