Only uses a minimal number of plugins targeting consistency with the upcoming CSS4 specification.
Limits the amount of bloat, create SASS-like color maps for your web app(s), and assists you in writing clean, future-proof syntax.
CSS & Image optimization/minification with cssnano and image-min.
Timber includes many other features for easy, fast local development including:
Easily generate accessible color maps for any color, instantly. By using the primary color swatches from Open Color and 3 color-adjuster's from the postcss-color-function plugin.
/* Violet */
--violet: #7048E8;
--violet-lighter: color(var(--violet) lightness(+20%) tint(15%));
--violet-light: color(var(--violet) lightness(+10%) tint(15%));
--violet-medium: color(var(--violet) lightness(-10%) shade(15%));
--violet-dark: color(var(--violet) lightness(-20%) shade(15%));
git clone https://github.com/wad3g/Timber.git
cd Timber
yarn
or npm
yarn install
npm i
yarn start