Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.14 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.14 KB

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.

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