add doc for boxes

This commit is contained in:
Julien Fastré 2019-05-02 23:15:57 +02:00
parent b5f346aa8f
commit b30755956f

View File

@ -43,6 +43,19 @@ Example usage
<blockquote class="chill-user-quote">{{ entity.remark|nl2br }}</blockquote>
Boxes
=====
CSS Selector
:code:`chill__box`
In which case will you use this selector ?
When displaying some data in a nice box
Example usage
.. code-block:: html+twig
<span class="chill__box green">A nice box with green background</span>
<span class="chill__box red">A nice box with red background</span>
Mixins