Skip to content

Instantly share code, notes, and snippets.

View katsampukas's full-sized avatar

Giorgos Katsiampas katsampukas

View GitHub Profile
@katsampukas
katsampukas / input.scss
Created July 25, 2023 14:30
Generated by SassMeister.com.
// Colors Tokens
// design Documentation: https://zeroheight.com/5305a4b9d/v/latest/p/00072e-colors/b/66c1df
// Usage Example
// .foo {
// background: color(background, neutral, strong); // category, role, prominence
// color: color(text, success, default);
// border: $border-width-thin solid color(border, informative, weak);
// }
.three_cols {
// min-width: 1020px
@media (min-width: $bp-layout-6) {
/////////////////////////
// CSS Grid Demonstration
/////////////////////////