mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 12:24:28 -07:00
Fix relative links
This commit is contained in:
@@ -14,11 +14,11 @@ More and more CSS values are transformed into Sass variables for easy customizat
|
||||
While providing these variables is necessary, it's only useful if developers are aware they exist! Keeping **in sync** the documentation and the source files used to be a manual process. It is now **automatic**, thanks to a script that parses the source files and outputs the numerous Sass variables as JSON data.
|
||||
|
||||
<figure>
|
||||
<img src="/images/blog/variables/json.png" alt="JSON variables" width="275" height="775">
|
||||
<img src="{{ site.url }}/images/blog/variables/json.png" alt="JSON variables" width="275" height="775">
|
||||
</figure>
|
||||
|
||||
As an added bonus, each variable row in the docs comes with its **type** and its **computed value** (if applicable).
|
||||
|
||||
<figure>
|
||||
<img src="/images/blog/variables/variables-table.png" alt="Variables table" width="597" height="212">
|
||||
<img src="{{ site.url }}/images/blog/variables/variables-table.png" alt="Variables table" width="597" height="212">
|
||||
</figure>
|
||||
|
||||
Reference in New Issue
Block a user