zoumixins
v1.0.0
Published
SCSS mixins collections to be used in other projects.
Readme
zouMixins
Collection of actual SCSS mixins projects, all in one place to be used in other projects.
Install
From NPM
npm i zoumixins --save-devAddapt 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
