Add file bi.lisp

This commit is contained in:
Marcus Kammer 2024-03-14 20:34:44 +01:00
parent 24d61fa100
commit e01e79ec46
2 changed files with 7 additions and 1 deletions

View file

@ -9,7 +9,8 @@
:components
((:file "main")
(:file "translate")
(:file "utility")))
(:file "utility")
(:file "bi")))
(:module "src/layout"
:depends-on ("src")
:components

5
src/bi.lisp Normal file
View file

@ -0,0 +1,5 @@
;;;; -*- mode: lisp; coding: utf-8; tab-width: 4; fill-column: 100; indent-tabs-mode: nil; -*-
;;;; bi.lisp
;;;; Provide functions and macros related to bootstrap icons.
(in-package :dev.metalisp.sbt)