-
Отже, план такий:
- [x] Налаштувати PurgeCSS, щоб чистив наш Tailwind
- [x] Переглянути і можливо почистити зайвий JavaScript
- [ ] Деякі сторінки створюють забагато DOM-вузлів, можливо це можна …
-
After I run ```serve``` from within the output directory, everything magically works!
As a suggestion, I don't see a tailwind config file anywhere...and it definitely seems like that is the recomme…
-
**What is the current behavior?**
I created a fork for gatsby-starter-netlify-cms and proceeded to us it as a base for my project. I had observed that the plugin **purge-css-plugin** is too eager to…
-
### Bug description
```sh
yarn outdated --json
```
**What is the current behavior?**
Sometimes yarn outdated returns a bad formatted JSON.
```json
{"type":"info","data":"Col…
-
Hello.
Trying to use this theme for a Hugo website. It's failing to build even the sample website.
```bash
hugo serve --themesDir ../..
Start building sites …
hugo v0.87.0-B0C541E4 linux/amd…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question,…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question,…
-
## Description
_**Note:** I'm not particularly skilled at front-end, so I'm potentially just making a stupid mistake since I don't see any other reports._
Currently it seems like the doks and do…
-
I've noticed that PurgeCSS removes variables even though they are used if they are not in "proper" order.
```css
:root {
--color: var(--default);
--yellow: #ffdc00;
--extra: yellow;
--…
-
Hi,
After updating my gulp system, I get this message when I run it:
```
Replace Autoprefixer browsers option to Browserslist config.
Use browserslist key in package.json or .browserslistrc …