Socket
Book a DemoInstallSign in
Socket

more-sass

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

more-sass

The library of useful SCSS mixins and functions

latest
Source
npmnpm
Version
2.1.5
Version published
Maintainers
1
Created
Source

Stability of "master" branch License: MIT Last commit Release version GitHub Release Date Keywords

The library of useful SCSS mixins and functions.

Installation

Using npm:

npm install more-sass

Using yarn:

yarn add more-sass

Usage

You can import the entire library or only the necessary part of it - variables, mixins, functions, or only a specific group of functions:

// Import the entire library
@use 'more-sass' as more;

// Import variables
@use 'more-sass/variables' as more-variables;

// Import mixins
@use 'more-sass/mixins' as more-mixins;

// Import functions
@use 'more-sass/functions' as more-functions;

// Import a specific group of functions
@use 'more-sass/functions/string' as more-string;

// Import a specific function in global namespace
@use 'more-sass/functions/string/str-split' as *;

Documentation

See the documentation.

Keywords

sass

FAQs

Package last updated on 06 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.