
Security News
Open VSX Unblocks Extension IDs Used in Malware Campaign
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.
@seemusic/styles
Advanced tools
一般情况下,成体系的网站设计规范,大多会有 原子设计(Atomic Design) 的影子。
这个项目,专注于把看见音乐下各个子项目的设计规范,拆解成基础的 CSS 资源,方便项目引用。
星球发行和看见音乐,共用公司主品牌蓝色 #0040FF,但是具体到页面、组件,不同时期的版本又有明显自定义区别。
每个项目中都独立设定一遍色值的话,会给维护带来很多困难,也很容易出错。
另外类似 Barlow Condensed 这样的字体实现,如果没有公共调用方式,则后来者去寻求字体实现方案会耗费大量时间。
ElementPlus 的自带色彩覆盖一般情况下,组件/组件库之类,需要提供完整的样式预览,不会放在此项目内。
比如 ElementPlus 自定义皮肤,此项目中允许以 theme 的形式提供基础 变量配置文件,如
@import "../colors/seemusic.scss";
:root {
--el-color-primary: var(--seemusic-primary);
--el-text-color-regular: var(--seemusic-text-normal);
--el-disabled-bg-color: var(--seemusic-bg-disabled);
--el-disabled-border-color: var(--seemusic-border-disabled);
--el-disabled-text-color: var(--seemusic-text-disabled);
--el-color-danger: var(--seemusic-danger);
}
但是具体到某个组件(比如 ElButton)的样式覆写,必须放到独立的项目中,因为要提供 storybook 预览。
FAQs
看见音乐 CSS 公共库
We found that @seemusic/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.

Security News
Open VSX has removed three extension IDs from its malicious-extension list as the legitimate publishers they impersonated move to claim the names for themselves.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.