Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@sebgroup/chlorophyll
Advanced tools
Chlorophyll is the design token and css part of Green. It is used in all high level component libraries. If you are not useing a framework, you can use chlorophyll directly to style your html
.
The Green design system has an unrelenting focus on sensible defaults and ease of use. All you have to do to start using it is import the css, mark the area in which you intend to start using Green (use the html
tag if the whole application uses it), and add the class green
.
<body class="green">
<h1>Hello!</h1>
<p>Everything you see here will be correctly styled :smile:</p>
</body>
All your basic styling will now be correct. Additional classes will only be needed when you want to deviate from the defaults. So this:
<div class="green">
<h2>This is a pretty form</h2>
<form>
<label for="pretty-first-name">First name</label>
<input name="firstName" id="pretty-first-name" />
<hr />
<button type="submit">Send</button>
</form>
</div>
...will look like this:
Styling is made by expressing intent – not design. A button is not green, it is intended to express a succesful operation. So:
<!-- This -->
<button class="success">Yay!</button>
<!-- Not this -->
<button class="light-green">Derp!</button>
To find all components, possible modifiers and information on when to use them, visit:
If you cannot find the component you're looking for and/or want help switching to Green, see information on Green pilots
If you are up and running with Green and want to contribute a new component, see Contributions
This is part of a monorepo. If you want to contribute, see Green
yarn dev
yarn test --watchAll
FAQs
A CSS framework for SEB with accessibility at it's core.
We found that @sebgroup/chlorophyll 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 researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.