Skip to content

adaptdk/adapt-mixins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This have been depricated in favor of @adaptagency/fe_tools

Setup

Add npm module to your package.json

npm install adapt-mixins --save-dev

Include "@import" of the adapt-mixins mixin file in your main.scss file

@import "~@adaptagency/fe_tools/main";

Compile :)

Mixin list

WIKI - https://github.com/adaptdk/adapt-mixins/wiki/Mixin-Overview

Included in Adapt Mixin

  • Clearfix
  • Inner
  • Media
  • Tablefix
  • Coller family
    • col
    • coller
    • collerShift
    • collerAdvanced
    • collerFloat
  • DynCol family
    • dynCol
    • dynColFloat

Version meaning.

X.Y.Z (eg. v1.3.2)

  • X New changes that breaks backwards compatibility
  • Y New feature added
  • Z Bug fixes