1.9.6 • Published 1 month ago

sass-pire v1.9.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

SASS Pire

Just more mixins and functions with SCSS for more productive projects.

Getting Started

NPM

npm i -D sass-pire

Yarn

yarn add sass-pire --dev

Usage

After installing sass-pire using your favorite package manager, you can import it into any SCSS file you want and use it easily.

Example: If you are at index.scss file, you can import the sass-pire.scss using @import statement:

@import "/path/to/root/directory/node_modules/sass-pire/src/sass-pire.scss";

Or by using @use statement:

@use "/path/to/root/directory/node_modules/sass-pire/src/sass-pire.scss" as *;

Features

  • Mixins with its vendor prefixes.
  • Useful Functions to use easily.
  • Media queries with a sufficient amount of screens to match all of it.

Contribute

You can contribute to sass-pire by making a fork of this repository and cloning it in your local device.

It is very important to make a new branch to your feature or solve a bug or solve an issue.

Do you want more features?

Please, set a new issue and labeled it as Feature and insert what you want.

License

MIT

1.9.6

1 month ago

1.7.6

1 month ago

1.6.6

1 month ago

1.6.4

2 months ago

1.6.3

2 months ago

1.6.2

2 months ago

1.6.5

2 months ago

1.6.1

2 months ago

1.6.0

2 months ago

1.5.5

2 months ago

1.5.4

2 months ago

1.5.3

2 months ago

1.5.2

2 months ago

1.5.1

2 months ago