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