New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@syncrona/sass-plugin

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncrona/sass-plugin

SASS plugin for SyncroNow AI

Source
npmnpm
Version
0.9.0
Version published
Weekly downloads
1
-95.24%
Maintainers
1
Weekly downloads
 
Created
Source

@syncrona/sass-plugin

npm: not yet publishednodelicenseCITypeScript

Overview

This plugin allows you to run Sass on scss/sass files. This enables you to modularize your CSS and also adds some useful features that CSS doesn't normally support such as variables.

Installation

npm i -D @syncrona/sass-plugin

Options

No options required.

Example Usage

This example takes .scss files and compiles them with the Sass compiler.

//sync.config.js
module.exports={
  rules:{
    match:/\.scss$/,
    plugins:[
      {
        name:"@syncrona/sass-plugin",
        //No options necessary
        options:{}
      }
    ]
  }
};

FAQs

Package last updated on 03 Jul 2026

Related posts