Socket
Socket
Sign inDemoInstall

@candlefw/css

Package Overview
Dependencies
15
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @candlefw/css

CSS Management Tools


Version published
Maintainers
1
Created

Readme

Source

CandleFW CSS

CandleFW CSS is a lightweight css parser, editor, and generator tool.

Install

NPM

npm install --save @candlefw/css

Usage

note: This script uses ES2015 module syntax, and has the extension .mjs. To include this script in a project, you may need to use the node flag --experimental-modules; or, use a bundler that supports ES modules, such as rollup.

import css from "@candlefw/css";

css(`
    div, a.header, h1 > a {
        color: red;
        height: 100em;
    }
`).then(parsed_css => {
    parser_css.rules;
});

Keywords

FAQs

Last updated on 22 Jan 2021

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