
Security News
Node.js TSC Votes to Stop Distributing Corepack
Corepack will be phased out from future Node.js releases following a TSC vote.
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
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.
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.
Security News
Oxlint's beta release introduces 500+ built-in linting rules while delivering twice the speed of previous versions, with future support planned for custom plugins and improved IDE integration.