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.
- Host: GitHub
- URL: https://github.com/danielcornock/mixins-scss
- Owner: danielcornock
- Created: 2020-01-25T19:32:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T05:30:36.000Z (over 3 years ago)
- Last Synced: 2025-02-26T03:34:53.980Z (over 1 year ago)
- Topics: node-module, npm, scss, scss-mixins
- Language: CSS
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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';
```