
Product
Socket Now Available on Google Cloud Marketplace
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
rsuite-css-build
Advanced tools
Genarate css file use some paramer.
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
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'
});
FAQs
ruite css build
The npm package rsuite-css-build receives a total of 0 weekly downloads. As such, rsuite-css-build popularity was classified as not popular.
We found that rsuite-css-build demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.
Research
Security News
Research uncovers Black Basta's plans to exploit package registries for ransomware delivery alongside evidence of similar attacks already targeting open source ecosystems.