Fix indentation
This commit is contained in:
parent
09042ab8ab
commit
7cb1621bd8
1 changed files with 24 additions and 21 deletions
|
@ -20,7 +20,10 @@
|
|||
(:file "nav-tab")
|
||||
(:file "pagination")
|
||||
(:file "table")
|
||||
(:file "spinner"))))
|
||||
(:file "spinner")))
|
||||
(:module "src/layout"
|
||||
:components
|
||||
((:file "col"))))
|
||||
:description "A Common Lisp library for generating Bootstrap-based HTML markup. It provides macros to easily create Bootstrap components such as accordions, alerts, badges, buttons, cards, dropdowns, headers, list groups, navbars, nav-tabs, pagination, and tables. This library is dependent on the Spinneret library for HTML generation."
|
||||
:in-order-to ((test-op (test-op "cl-sbt/tests"))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue