Ecosyste.ms: Awesome
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: 12 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T05:30:36.000Z (about 2 years ago)
- Last Synced: 2024-11-14T06:38:48.229Z (2 months 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';
```