36 lines
542 B
ReStructuredText
36 lines
542 B
ReStructuredText
.. page:: titlePage
|
|
|
|
.. class:: centredtitle
|
|
|
|
Extending Tailwind CSS with Plugins
|
|
|
|
.. page::
|
|
|
|
.. class:: centredtitle
|
|
|
|
``npm install --save-dev
|
|
tailwindcss-list-reset``
|
|
|
|
.. page:: standardPage
|
|
|
|
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:
|