1.0.3 • Published 6 years ago

aminima v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Aminima

A personal CSS library made using Stylus as its preprocessor

Description

This library is made to be easily configured from CSS variables.
It ships with a clear theme but, if you'd want a darker one, you could easily define the colors to your taste:

:root {
  --background-color: black;
  --default-color: white;
  --primary-color: chartreuse;
  --info-color: aqua;
  --danger-color: crimson;
}

Just don't forget to append an !important at the end of each variables since they're already defined.
All of the variables can be found inside this object.

Demo

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago