Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
pollen-css
Advanced tools
Pollen is a highly configurable library of CSS variables for your next design system. It lets you write faster, more consistent, and more maintainable styles.
Made and maintained with ❤️ by the fine people at Bokeh.
@media
and @supports
queriesPollen's design tokens can be used to build any project. They're easy to customise and extend and they don't require preprocessors, class naming conventions, or non-standard syntax. Generate an entirely custom design system with a simple config file.
pollen.config.js
module.exports = (pollen) => ({
output: "./pollen.css",
modules: {
...pollen,
color: {
...pollen.colors,
bg: "white",
text: "var(--color-black)",
},
},
media: {
"(prefers-color-scheme: dark)": {
color: {
bg: "var(--color-black)",
text: "white",
},
},
},
});
$ pollen
index.html
<link href="/pollen.css" rel="stylehseet" />
Pollen's default variables include expertly crafted modules for:
Read the full documentation at pollen.style
FAQs
Utility-first CSS for the future
The npm package pollen-css receives a total of 855 weekly downloads. As such, pollen-css popularity was classified as not popular.
We found that pollen-css demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.