Socket
Socket
Sign inDemoInstall

component-roole

Package Overview
Dependencies
28
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    component-roole

Use the awesome roole css pre-processor in your components


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
751 kB
Created
Weekly downloads
 

Readme

Source

component-roole

Use the awesome roole css pre-processor in your components.

Installation

$ npm install component-roole

Usage

Add the roole plugin through builder.use()

var builder = new Builder('.')

builder.copyAssetsTo('build')

// Use plugin

builder.use(roole)

builder.build(function (err, res) {
  if (err) throw err;

  write('build/build.css', res.css)
})

and use it in your components!

{
  ...
  "styles": [
    "dialog.roo",
    "navbar.roo"
  ]
  ...
}

Test

$ make

or simply run

$ node test/build.js

Keywords

FAQs

Last updated on 15 Dec 2013

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