Remove line numbers from code snippets
This commit is contained in:
parent
5fda89278d
commit
cb5ed1f0b8
|
@ -34,14 +34,12 @@ Loops
|
|||
|
||||
.. code-block:: twig
|
||||
:include: code/20-loops.txt
|
||||
:linenos:
|
||||
|
||||
Includes
|
||||
========
|
||||
|
||||
.. code-block:: twig
|
||||
:include: code/21-includes.txt
|
||||
:linenos:
|
||||
|
||||
.. raw:: pdf
|
||||
|
||||
|
@ -52,11 +50,9 @@ Extracting CSS components
|
|||
|
||||
.. code-block:: css
|
||||
:include: code/css-apply-before.txt
|
||||
:linenos:
|
||||
|
||||
Extracting CSS components
|
||||
=========================
|
||||
|
||||
.. code-block:: css
|
||||
:include: code/css-apply-after.txt
|
||||
:linenos:
|
||||
|
|
|
@ -17,7 +17,6 @@ tailwind.config.js
|
|||
|
||||
.. code-block:: javascript
|
||||
:include: code/tailwind-basic-config.txt
|
||||
:linenos:
|
||||
|
||||
Overriding configuration
|
||||
========================
|
||||
|
@ -25,7 +24,6 @@ Overriding configuration
|
|||
.. code-block:: javascript
|
||||
:include: code/override-colours.txt
|
||||
:hl_lines: 5 6 7
|
||||
:linenos:
|
||||
|
||||
.. raw:: pdf
|
||||
|
||||
|
@ -37,7 +35,6 @@ Extending configuration
|
|||
.. code-block:: javascript
|
||||
:include: code/extending-colours.txt
|
||||
:hl_lines: 5 6 7 8 9
|
||||
:linenos:
|
||||
|
||||
.. raw:: pdf
|
||||
|
||||
|
@ -49,7 +46,6 @@ Additional options
|
|||
.. code-block:: javascript
|
||||
:include: code/additional-config-options.txt
|
||||
:hl_lines: 2 3 4
|
||||
:linenos:
|
||||
|
||||
.. page:: titlePage
|
||||
|
||||
|
|
|
@ -17,7 +17,6 @@ Default variants
|
|||
|
||||
.. code-block:: javascript
|
||||
:include: code/15-variants-before.txt
|
||||
:linenos:
|
||||
|
||||
Updated variants
|
||||
================
|
||||
|
@ -64,7 +63,6 @@ PurgeCSS configuration
|
|||
|
||||
.. code-block:: javascript
|
||||
:include: code/19-purge-config.txt
|
||||
:linenos:
|
||||
|
||||
.. page:: titlePage
|
||||
|
||||
|
|
|
@ -57,21 +57,18 @@ Including Tailwind
|
|||
|
||||
.. code-block:: css
|
||||
:include: code/1-adding-tailwind-directives.txt
|
||||
:linenos:
|
||||
|
||||
Adding your own classes
|
||||
=======================
|
||||
|
||||
.. code-block:: css
|
||||
:include: code/2-adding-custom-classes.txt
|
||||
:linenos:
|
||||
|
||||
Adding your own classes (with layers)
|
||||
=====================================
|
||||
|
||||
.. code-block:: css
|
||||
:include: code/3-layers.txt
|
||||
:linenos:
|
||||
|
||||
.. raw:: pdf
|
||||
|
||||
|
@ -100,7 +97,6 @@ src/css/tailwind.pcss
|
|||
|
||||
.. code-block:: css
|
||||
:include: code/4-sample-output.txt
|
||||
:linenos:
|
||||
|
||||
.. raw:: pdf
|
||||
|
||||
|
|
|
@ -43,18 +43,15 @@ Interaction states in CSS
|
|||
|
||||
.. code-block:: css
|
||||
:include: code/9-hover-classes.txt
|
||||
:linenos:
|
||||
|
||||
Interaction states in HTML
|
||||
==========================
|
||||
|
||||
.. code-block:: html
|
||||
:include: code/10-hover-class-example.txt
|
||||
:linenos:
|
||||
|
||||
Default variants
|
||||
================
|
||||
|
||||
.. code-block:: javascript
|
||||
:include: code/11-default-variants.txt
|
||||
:linenos:
|
||||
|
|
|
@ -18,18 +18,15 @@ Adding a plugin
|
|||
|
||||
.. code-block:: javascript
|
||||
:include: code/plugins-add-plugin.txt
|
||||
:linenos:
|
||||
|
||||
Generated CSS
|
||||
=============
|
||||
|
||||
.. code-block:: css
|
||||
:include: code/plugins-generated-css.txt
|
||||
:linenos:
|
||||
|
||||
Writing a plugin
|
||||
================
|
||||
|
||||
.. code-block:: javascript
|
||||
:include: code/plugins-plugin-source.txt
|
||||
:linenos:
|
||||
|
|
|
@ -21,7 +21,6 @@ Screens (aka breakpoints)
|
|||
|
||||
.. code-block:: javascript
|
||||
:include: code/12-default-screens.txt
|
||||
:linenos:
|
||||
|
||||
.. page:: titlePage
|
||||
|
||||
|
|
Loading…
Reference in a new issue