
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@givewp/design-system-foundation
Advanced tools
A collection of development elements which correspond to the GiveWP design system.
This is the design system for GiveWP intended for development. It's very simple and currently only includes the foundational design system for both marketing and product development.
The design system is simply a bunch of CSS Properties. There are no components, classes, or other such things. You simply import the CSS file and use the properties in your own CSS.
There are two ways to install and use the design system:
Install via NPM:
npm install @givewp/design-system
Retrieve directly via the unpkg CDN:
<link rel="stylesheet" href="https://unpkg.com/@givewp/design-system@master/css/foundation.css">
The design system is broken up into several files. You can import the entire design system via the
foundation.css
file, or you can import individual files.
FAQs
A collection of development elements which correspond to the GiveWP design system.
We found that @givewp/design-system-foundation demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.