Skip to content

AndiKod/zouMixins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages