Skip to content

Commit

Permalink
docs: fix build problem with 'less' code block by using 'text' instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Jan 23, 2017
1 parent 651003f commit a4cdc90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/ref/icons.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,12 @@ This will generate the following CSS::

The ``:before`` pseudo-class can be extended to further style the icon. For instance to add a plus icon to a link:

.. code-block:: less
.. code-block:: text
.my-plus-link {
position: relative;
padding-left: 16px;
.extend_icon(z, icon-plus);
&:before {
position: absolute;
top: 4px;
Expand Down

0 comments on commit a4cdc90

Please sign in to comment.