
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

官网地址:http://jrainlau.github.io/elf/
取名为“精灵”的elf,是一个干净,轻巧的响应式CSS框架。她基于flexbox,旨在快速搭建能够适配不同尺寸设备的响应式布局。
安装
npm install elf-css
elf是纯粹的css框架,首先需要在页面中引入elf.css:
<link rel="stylesheet" href="elf.css" />
然后添加一个叫做.elf的class名到父容器上:
... ```
由于所有的elf的特性都只能在class名为.elf的容器中体现,因此elf可以搭配不同的css框架共同运作,避免了全局的样式污染。
完整的elf.css文件只有30kb左右大小,压缩后的体积将更小。小巧的体积意味着简单的语法,只需要3分钟即可上手,适合快速开发。
elf使用less语法构建,不同的功能独立为不同的.less文件,方便个性化定制。
(基于兼容性最低的object-fit属性)
对elf有疑问或建议的朋友可以直接提issues,同时更加欢迎大家提交PR,elf期待大家的参与!
Copyright © 2016 Jrain Lau
FAQs
a light and clean responsive css framework
We found that elf-css 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.