scss-utilities

0.0.1 • Public • Published

scss-utilities

NPM License: MIT

A collection of Sass functions and mixins.

Please don't use this package yet. For now it's just to test some things with npm packages.

Installation

NPM

In the command line with NPM:

npm install scss-utilities --save-dev

Sass

Import the Sass package at the top of your main Sass file:

// Import the package in
@use "scss-utilities" as *;

Depending on your setup, you may need to include the full path name:

@use "../node_modules/scss-utilities/scss-utilities" as *;

Usage

scss-utilities is a collection of usefull mixins and functions. You can use them directly in your own code.

@use "scss-utilities" as su;

ul {
    @include su.list-unstyled();
}

Support

  • Create a GitHub issue for bug reports and feature requests.

License

This project is licensed under the MIT License. See the LICENSE for details.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i scss-utilities

      Weekly Downloads

      1

      Version

      0.0.1

      License

      MIT

      Unpacked Size

      4.14 kB

      Total Files

      7

      Last publish

      Collaborators

      • rolfcleveringa