beetronix.sass.mixins

1.0.0 • Public • Published

Beetronix.Sass.Mixins

A collection of mixins for responsive images , dynamic directional styles, predefined text rows count and keyframes

Installation

To install the package just type the following

npm install beetronix.sass.mixins --save

How To Use

after installing the package , include shared.scss file

@import 'beetronix.sass.mixins/scss/shared.scss';

Files Included

there are two main files included in the package :

Handy Mixins
Directional mixins for rtl and ltr

Imortant Notes

Direction mixins uses dir html attribute so you need to specify that attribute's value

<html dir="ltr">
    <heade>
        <!--meta tags and links here-->
    </heade>
    <body>
        <!--Your body here-->
    </body>
</html>

Package Sidebar

Install

npm i beetronix.sass.mixins

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

7.57 kB

Total Files

7

Last publish

Collaborators

  • lamasonmez