UNPKG

@stringarism/scssmixins

Version:

scssMixins is a collection of SCSS Mixind and functions.

36 lines (21 loc) 1.04 kB
# scssMixins scssMixins is a collection of SCSS Mixind and functions. ## Quick start To get started is simple and easy: - Clone the repository: `git clone https://github.com/stringariSM/scssMixins.git` - Install with [npm](https://www.npmjs.com/): `npm i @stringarism/scssmixins` ### Usage Import `all` file to your core `scss` file for importing all mixins from package Example: ```scss @import '~@stringarism/scssmixins/all'; ``` ## Bugs and feature requests Found bug? Or maybe you've got great idea for feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet - don't hesitate to [open a new issue](https://github.com/stringariSM/scssMixins/issues/new)! ## Versioning To see new features and changes for each released version checkout [the Releases section of our GitHub project](https://github.com/stringariSM/scssMixins/releases) ## License Code released under the Apache License License. ## Development Gabriel Stringari de Miranda