npm.io
1.0.0 • Published 2 years ago

zoumixins

Licence
ISC
Version
1.0.0
Deps
0
Size
12 kB
Vulns
0
Weekly
0

zouMixins

Collection of actual SCSS mixins projects, all in one place to be used in other projects.

Install

From NPM

npm i zoumixins --save-dev

Addapt the path to the needed depth in regard to the root folder when importing a collection in a SCSS file.

Libraries

...obviously just a beginning, to start the collection.

CSSOwl

In the SCSS

@use "../../node_modules/zoumixins/cssowl/before" as owl;

.star {
  @include owl.cssowl-before-float("*", 4px 10px 0 0);
}

In the HTML

<h2 class="star">Some title marked with a star</h2>
Mixin Groups
Changelog

1.0.0 Hello