6.0.0 • Published 12 months ago

ionic-scss-utils v6.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Ionic Scss Utils

Installation

Install by NPM

    npm i ionic-scss-utils --save

Usage

Add precompiled scss to your global style scss file

    @import 'ionic-scss-utils';

or

Add compiled css

    @import 'ionic-scss-utils/css';

Use own colors

Create your variables.scss and include before import this package

    @import './variables';
    @import 'ionic-scss-utils';

Libraries compatibility

We recommend use other class utils (as Tailwind) on large projects. For this, the better solution is use our color generator only

    @import "./variables";
    @import 'ionic-scss-utils/colors';

Borders

Margins & Paddings

Default value are implemented on percentage values, use px or rem to change it

For media queries you can use:

    .m-xs-1
    .m-sm-1
    .m-md-1
    .m-lg-1
    .m-xl-1
6.0.0

12 months ago

5.1.0

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

4.4.0

3 years ago

4.1.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

4.3.0

3 years ago

4.0.3

3 years ago

4.2.0

3 years ago

4.0.2

3 years ago

3.2.0

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.0

3 years ago