
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@aegis-framework/kayros.css
Advanced tools
Kayros is a simple CSS library featuring common utilities such as CSS normalization, a grid system and common components such as modal windows, hero headers and even global page navigation.
Kayros is built using PostCSS and follows BEM conventions.
:root {
--kayros_grid-gutter: 1.5rem;
--kayros_breakpoint-phone: 480px;
--kayros_breakpoint-phablet: 601px;
--kayros_breakpoint-tablet: 992px;
--kayros_breakpoint-desktop: 1200px;
--kayros_breakpoint-desktop-large: 1900px;
--kayros_breakpoint-retina: 2500px;
--kayros_breakpoint-4k: 3840px;
--kayros_breakpoint-5k: 5000px;
--kayros_breakpoint-8k: 8000px;
}
/** Extra Small Devices, Phones (480px) **/
@media screen and (min-width : 30em) {}
/** Medium Screens, Phablets (601px) **/
@media screen and (min-width: 37.56255em) {}
/** Medium Devices, Tablets (992px)**/
@media screen and (min-width: 62em) {}
/** HD Screen, Large Devices, Wide Screens, Desktop (1200px) **/
@media screen and (min-width: 75em) {}
/** Full HD Screen, Large Devices, Wide Screens, Large Desktops (1920px) **/
@media screen and (min-width: 120em) {}
/** Retina Screen , Large Devices, Wide Screens(2560px) **/
@media screen and (min-width: 160em) {}
/** 4k Screens, Large Devices, Wide Screens (3840px) **/
@media screen and (min-width: 240em) {}
/** 5k Screens, Large Devices, Wide Screens (5000px) **/
@media screen and (min-width: 312.5em) {}
/** 8k Screens, Large Devices, Wide Screens (8000px) **/
@media screen and (min-width: 500em) {}
Kayros is released under the MIT License
FAQs
Aegis framework CSS Library
We found that @aegis-framework/kayros.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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.