This package is abandoned and no longer maintained. No replacement package was suggested.

A lightweight Sass tool set.

3.1.1 2017-10-12 19:12 UTC

This package is not auto-updated.

Last update: 2023-12-13 06:23:17 UTC


README

Basecondition base provide helpful scss utils and mixins.

Package Managers

NPM

Use the console command

npm install basecondition

or add basecondition to your dependencies

{
    "dependencies": {
        "basecondition": "^3.1.0"
    }
}

Composer

Add basecondition/base as require in your composer.json

{
    "require": {
        "basecondition/base": "3.*"
    },
    "config": {
        "component-dir": "assets/vendor/"
    }
}

Usage

// to use all basecondition resources and mixins
@import "../vendor/basecondition/base/scss/base";

Special thanks!

Licence

Copyright 2017 Joachim Doerr, hello@basecondition.com

Bascondition is MIT licensed, read LICENSE.