Socket
Socket
Sign inDemoInstall

@salesforce-ux/scss-parser-aura

Package Overview
Dependencies
191
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @salesforce-ux/scss-parser-aura

Convert Sass into Aura CSS


Version published
Weekly downloads
15
decreased by-25%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

scss-parser-aura

const createAuraCss = require('scss-parser-aura')

const { scss, scssTokenized, cssTokenized } = createAuraCss({
  entry: 'path/to/scss'
  getTokens: dependencies => ['list', 'of', 'valid', 'tokens'],
  info: {
    version: '1.0',
    sha: 'abc123'
  },
  scssBefore: '',
  scssAfter: ''
});

FAQs

Last updated on 15 Jun 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc