# Use a comment to ensure Jekyll reads the file to be transformed into CSS later # only main files contain this front matter, not partials.


// // _ // /_ \ // _ _ _//\ \ __ // /\ '__`\ / __`\ / __`\ \ \ /'__`\ // \ \ _\ /\ _\ /\ _\ _\ _/\ __/ // \ \ ,__/\ __/\ ___//_\ __\ // \ \ / /_/ /_/ /__//__/ // \ _\ // /_/ // // Designed, built, and released under MIT license by @mdo. Learn more at // github.com/poole/poole.

@import “variables”; @import “base”; @import “type”; @import “syntax”; @import “code”; @import “layout”; @import “sidebar”; @import “posts”; @import “archive”; @import “home-header”; @import “pagination”; @import “message”; @import “toc”;

// Sass for creating the swatches .colors {

display: grid;
grid-template-columns: max-content 1fr;

dt {
  width: 3rem;
  height: 3rem;
  border-radius: var(--border-radius);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.15);
}

dd {
  margin-left: var(--spacer);
}

}