An open API service indexing awesome lists of open source software.

https://github.com/danielcornock/mixins-scss

🔧Npm package containing a handful of useful SCSS utility mixins that can be used across projects.
https://github.com/danielcornock/mixins-scss

node-module npm scss scss-mixins

Last synced: about 1 month ago
JSON representation

🔧Npm package containing a handful of useful SCSS utility mixins that can be used across projects.

Awesome Lists containing this project

README

          

# @danielc7150/mixins-scss

A handful of useful SCSS mixins that can be used across projects.

## Installation

To install, run:

```
npm install @danielc7150/mixins-scss
```

## Usage

To import these SCSS mixins, at the top of your global SCSS file use:

```
@import '@danielc7150/mixins-scss';
```