pelican-papyrus/node_modules/readme.md

8 lines
283 B
Markdown
Raw Normal View History

2022-02-21 10:18:57 +01:00
If you would liked to play around with Tailwind CSS settings or regenerate `main.css` after adding new classes to any of the template files then you will have to install the missing node modules and regenerate `main.css`.
```bash
$ cd themes/Papyrus
$ npm install
$ npm run dev
```