Currently v3.0 · Download
Install AiraCSS's source CSS and JavaScript files via npm.
npm i airacss
When you only need to include AiraCSS's compiled CSS or JS, you can use jsDelivr.
See it in action with our simple starter template to jumpstart your next project.
<link href="https://cdn.jsdelivr.net/gh/thaboyaluya/astral.css-V3.0@master/css/astral.css-v3.0.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/thaboyaluya/astral.css-V3.0@master/js/astral-v3.0.min.js"> </script >
Dark theme
Light Theme
// Set your own colors or override the default values
.red-theme{
--as-bg-card: #4c0014;
--as-bd-card: #4c0014;
--as-button-text: #660018;
--as-text-color: hsl(3, 100%, 90%);
--as-button-bg: hsl(3, 100%, 90%);
--as-border: hsl(3, 100%, 90%);
--as-button-hover-bg:hsla(4, 100%, 90%, 0.89);
--as-button-active-bg:hsla(4, 100%, 90%, 0.966);
--as-button-active-border:hsla(4, 100%, 90%, 0.966);
--as-box-shadow: 0 8px 24px rgba(102, 0, 24, 0.2);
--mode-bg:rgb(255, 235, 233);
--mode-color:#4c0014;
}
Before
After