0.2.2 • Published 5 years ago

noname-scss-framework v0.2.2

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

Scss framework

A set of mixins

Install

npm install noname-scss-framework

Usage

@import "node_modules/noname-scss-framework/framework";
/*==
 *== Init styles
 *== ======================================= ==*/

@include nn-box-model(border-box);
@include nn-reboot();

/*==
 *== SVG icons
 *== ======================================= ==*/

.i {
  @include nn-svg-symbol-icon-base();
}

/*==
 *== Animations
 *== ======================================= ==*/

@include nn-strip-gradient-animation();

/*==
 *== Not loaded images
 *== ======================================= ==*/

@include nn-mark-not-loaded-images();

Mixins