1.0.0 • Published 6 months ago

zoumixins v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

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

1.0.0

6 months ago