Add file bi.lisp
This commit is contained in:
parent
24d61fa100
commit
e01e79ec46
2 changed files with 7 additions and 1 deletions
|
@ -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
5
src/bi.lisp
Normal 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)
|
Loading…
Add table
Reference in a new issue