New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rsuite-css-build

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsuite-css-build

ruite css build

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

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

rsuite-css-build

Genarate css file use some paramer.

Installation

npm install rsuite-css-build

transform(option)

*option.output

输出目录,必填

option.url

rsuite的地址,默认为http://t.hypers.com.cn/libs/rsuite/css/0.1.0/

option.oldColor

rsuite的原始基色,默认为#00bcd4

option.color

输出主题的基色,默认为#00bcd4

pull(option)

*option.output

输出目录,必填

option.targets

需要拉取的文件,可选值为fonts,css

Usage examples

var rsuiteCssBuild = require('./main');
var outPutDir = 'rsuite/css';

//拉取操作
rsuiteCssBuild.pull({
    output: outPutDir+'/pull',
    targets: ['fonts', 'css']
});
//输出css起别名
rsuiteCssBuild.transform({
    color: '#1b9451',
    output: outPutDir,
    alias: 'test2'
});

Keywords

FAQs

Package last updated on 01 Sep 2016

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