Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

craftcms-sass

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

craftcms-sass

Sass mixins for Craft CMS

  • 3.5.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
82
increased by5.13%
Maintainers
3
Weekly downloads
 
Created
Source

Sass Mixins for Craft CMS

Plugins that need to extend the Craft CMS Control Panel can use this library and import _mixins.sass from their Sass files, giving them the same mixins and variables used by core Control Panel templates.

Installation

Installation via npm is recommended.

npm install craftcms-sass --save-dev

Usage

Import the mixins into your Sass files with the @import directive:

@import "../node_modules/craftcms-sass/mixins";

(The exact path will vary depending on where your node_modules folder is in relation to your Sass file.)

Keywords

FAQs

Package last updated on 21 Apr 2021

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc