Just one place to define breakpoints

This commit is contained in:
Marcus Kammer 2023-09-02 09:46:46 +02:00
parent 3c555af75d
commit c808ab870c
Signed by: marcuskammer
GPG key ID: C374817BE285268F
2 changed files with 6 additions and 2 deletions

View file

@ -37,6 +37,9 @@
(defpackage cl-sbt/grid
(:use :cl)
(:import-from
:cl-sbt/utility
:*breakpoints*)
(:export
:con
:row
@ -44,8 +47,6 @@
(in-package :cl-sbt/grid)
(defvar *breakpoints* '("xs" "sm" "md" "lg" "xl" "xxl"))
(defun string-clean (str)
(string-trim " " (string-downcase str)))

View file

@ -41,6 +41,9 @@
(defpackage :cl-sbt/utility
(:use :cl)
(:export
:*colors*
:*breakpoints*
:*sides*
:background
:color
:opacity