refactor: move into src

This commit is contained in:
Oliver Davies 2023-10-18 00:11:16 +02:00
parent 675e89e9d1
commit 51c5f5759d
404 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,47 @@
.. page:: titlePage
.. class:: centredtitle
Task 4: Change the default configuration
.. page:: standardPage
Before we start
---------------
.. code-block::
:include: code/task-4-before.txt
.. page::
tailwind.config.js
------------------
.. code-block:: js
:include: code/config-1.txt
:linenos:
Adding the Bebas font
---------------------
.. code-block:: html
:include: code/config-2.txt
:hl_lines: 5 6
Updating existing classes
-------------------------
.. code-block:: diff
:include: code/config-3.txt
Updating existing classes
-------------------------
.. code-block:: diff
:include: code/config-4.txt
.. page:: imagePage
.. image:: images/after-config.png
:width: 22cm