5.0.0 • Published 5 months ago

sass-pire v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

SASS Pire

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

sass-pire is a lightweight and versatile library of SCSS mixins and functions designed to simplify your development workflow. Whether you're managing styles for a large-scale project or just need handy utilities, sass-pire helps you write cleaner, more efficient SCSS.


Installation

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.

Recommended Approach

@use "sass-pire" as *;

Configure Load Path

Make sure to add the --load-path=node_modules flag in your sass command in package.json:

"scripts": {
  "watch:sass": "sass --load-path=node_modules --watch ./src/index.scss"
}

Deprecation Notice

The @import statement will be deprecated in future versions of Sass. We strongly recommend using the @use statement instead.


Features

  • Reusable Mixins: Predefined mixins with vendor prefixes for cross-browser compatibility.
  • Utility Functions: Handy functions to streamline calculations and style definitions.
  • Media Queries: Ready-to-use breakpoints for responsive design.
  • Using reset-zone for resetting styles.
  • Add utility classes to your HTML elements.

Contribution

Contributions are welcome! Here’s how you can help: 1. Fork the repository and clone it to your local machine. 2. Create a new branch for your feature, bug fix, or issue resolution. 3. Submit a pull request describing your changes.


Feature Requests

Have an idea for a new feature? Open an issue, label it as Feature, and describe your suggestion. We'd love to hear your ideas!


License

MIT

5.0.0

5 months ago

3.2.2

8 months ago

3.2.1

8 months ago

3.1.1

8 months ago

3.0.1

8 months ago

3.2.3

8 months ago

3.0.0

9 months ago

4.0.0

7 months ago

2.3.1

9 months ago

1.13.0

10 months ago

2.1.1

9 months ago

2.1.0

9 months ago

2.0.0

10 months ago

1.11.6

1 year ago

1.10.6

1 year ago

1.9.6

1 year ago

1.7.6

1 year ago

1.6.6

1 year ago

1.6.4

1 year ago

1.6.3

1 year ago

1.6.2

1 year ago

1.6.5

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.5

1 year ago

1.5.4

1 year ago

1.5.3

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago