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

opalcss

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opalcss

Opal is a robust, elegant, feature rich CSS processor.

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

Opal CSS NPM version

Build Status Dependency Status

Opal is a robust, elegant, feature-rich CSS pre-processor for Node.js and the browser, built using PostCSS.

Installation

npm install opalcss --save

Features

API

Stand-Alone API

var opal = require('opalcss')

opal.process('string of opal', options).then(function (result) {
  result.css
  //=> Compiled CSS
})

PostCSS

postcss([ require('opalcss')({ /* options */ }) ])

CLI

echo "TODO: Implement a CLI"

License

MIT

FAQs

Package last updated on 08 Sep 2015

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