mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Add Sass CLI steps
This commit is contained in:
13
docs/_includes/components/figure.html
Normal file
13
docs/_includes/components/figure.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<figure class="bd-figure" style="{{ include.style }}">
|
||||
{%
|
||||
include elements/responsive-image-2x.html
|
||||
path=include.path
|
||||
extension=include.extension
|
||||
alt=include.alt
|
||||
width=include.width
|
||||
height=include.height
|
||||
%}
|
||||
<figcaption>
|
||||
{{ include.caption }}
|
||||
</figcaption>
|
||||
</figure>
|
||||
Reference in New Issue
Block a user