
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
@volusion/element-atomic-css
Advanced tools
A CSS library based on Tachyons for use on Element based Volusion storefronts.
A CSS library based on Tachyons for use on Element based Volusion storefronts.
npm script | Description |
---|---|
less | Compiles the src/less/index.less file to dist/index.css . |
minify | Minifies the dist/index.css file to dist/index.min.css . |
compile | Runs the less script and then the minify script. |
watch | Watches the files in src/less/ for changes and compiles matching css files in dist . Does NOT minify the final dist/index.min.css file. |
<div
className={joinClasses(
'flex items-center w-100',
css(classes.yourCustomClassA, classes.yourCustomClassB)
)}
/>
Output:
<div class="flex items-center w-100 dynamic_custom_class"></div>
joinClasses
function?That function can be found in your block props and is meant to join your classes together with some extra logic to ensure you output classlist is clean and free of unintended classes and whitespace. It will
undefined
, null
, false
, and additional whitespace), which is the biggest reason to use it over string literals.FAQs
A CSS library based on Tachyons for use on Element based Volusion storefronts.
We found that @volusion/element-atomic-css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 20 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.