adapt-mixins

Adapt Frontend Development Tools

Usage no npm install needed!

<script type="module">
  import adaptMixins from 'https://cdn.skypack.dev/adapt-mixins';
</script>

README

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 "~adapt-mixins/src/mixins/mixins.scss";

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