Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/black-axis/sass-pire
Just live with your SCSS codes for more productive projects ✨
https://github.com/black-axis/sass-pire
library sass-framework sass-library sass-pire scss scss-framework ui-framework ui-library zex-labs
Last synced: 4 months ago
JSON representation
Just live with your SCSS codes for more productive projects ✨
- Host: GitHub
- URL: https://github.com/black-axis/sass-pire
- Owner: Black-Axis
- License: mit
- Created: 2024-04-13T14:33:28.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-09T07:09:52.000Z (5 months ago)
- Last Synced: 2024-09-09T08:45:17.378Z (5 months ago)
- Topics: library, sass-framework, sass-library, sass-pire, scss, scss-framework, ui-framework, ui-library, zex-labs
- Language: SCSS
- Homepage: https://www.npmjs.com/package/sass-pire
- Size: 1.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# 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](https://github.com/Black-Axis/sass-pire/blob/master/LICENSE.md)