New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@aegis-framework/kayros.css

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aegis-framework/kayros.css

Aegis framework CSS Library

latest
Source
npmnpm
Version
0.5.1
Version published
Maintainers
1
Created
Source

Kayros

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.

Variables

: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;
}

Breakpoints

/** 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) {}

Examples

License

Kayros is released under the MIT License

Keywords

aegis

FAQs

Package last updated on 22 Jan 2023

Did you know?

Socket

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.

Install

Related posts