
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
@lcsoft/styles
Advanced tools
全局样式和样式相关规范
安装组件库npm i @lcsoft/styles和node-sass,sass-loader
在main.js中引入全局样式
import '@lcsoft/styles'
添加webpack别名,方便在组件中映引入变量和mixin等
在webpack.base.conf.js的alias中添加
{
'styles': resolve('node_modules/@lcsoft/styles/styles')
}
在组件中引入
<style lang="scss" scoped>
@import "styles/color.scss";
@import "styles/mixin.scss";
</style>
FAQs
龙创前端团队PC端样式库
We found that @lcsoft/styles demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.