@7ninjas/scss-mixins
v1.0.1
Published
`scss-mixins` is a collection of scss mixins and functions to ease and improve implementations of common style-code patterns.
Downloads
57
Readme
Status
Quick start
Several quick start options are available:
- Clone the repo:
git clone https://github.com/7ninjas/scss-mixins.git
- Install with npm:
npm install @7ninjas/scss-mixins
- Install with yarn:
yarn add @7ninjas/scss-mixins
Usage
Import all
file to your core scss
file for importing all mixins from package
Example:
@import '~@7ninjas/scss-mixins/all';
Table of contents
- Full documentation
- Mixin border-radius
- Mixin border-top-radius
- Mixin border-right-radius
- Mixin border-bottom-radius
- Mixin border-left-radius
- Full documentation
- Mixin media-breakpoint-up
- Mixin media-breakpoint-down
- Mixin media-breakpoint-between
- Mixin media-breakpoint-only
- Full documentation
- Mixin gradient-bg
- Mixin gradient-x
- Mixin gradient-y
- Mixin gradient-directional
- Mixin gradient-x-three-colors
- Mixin gradient-y-three-colors
- Mixin gradient-radial
- Mixin gradient-striped
- Full documentation
- Mixin size
- Mixin clearfix
- Mixin z-index
- Mixin pseudo
- Mixin absolute
- Mixin fixed
- Mixin relative
- Mixin sticky
- Full documentation
- Mixin ml
- Mixin mt
- Mixin mr
- Mixin mb
- Mixin mx
- Mixin my
- Mixin m
- Mixin pl
- Mixin pt
- Mixin pr
- Mixin pb
- Mixin px
- Mixin py
- Mixin p
- Full documentation
- Mixin table
- Mixin table-bordered
- Mixin table-responsible
- Mixin table-striped
- Mixin table-hover
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!
Community
Get updates on 7ninjas's development and chat with the project maintainers and community members.
- Like @7ninjas on Facebook.
- Follow @7ninjas on Twitter.
- Discover @7ninjas Dribbble
- Explore @7ninjas Behance.
- Enjoy @7ninjas Instagram.
Versioning
To see new features and changes for each released version checkout the Releases section of our GitHub project
License
Code released under the MIT License.