look
look copied to clipboard
Minimalistic CSS framework
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
remsizing withpxfallback - available in two color variants:
dayandnight - 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.