metakirby5/yorha

Remove display: box

Closed this issue · 1 comments

When running node-sass-chokadir, the following warning is given

(Emitted value instead of an instance of Error) autoprefixer: /home/noah/TypeScript/2bot-website/client/node_modules/yorha/dist/yorha.css:217:3: You should write display: flex by final spec instead of display: box

browsers that only support display: box make up only ~0.41% of all users, so I think it should be fairly safe to remove it so there are no more warnings

If I recall correctly, this is generated by Nib. If you'd like to remove it, consider converting the Stylus to SASS and running it through your own build pipeline for greater control over the output. For the time being, I'm leaving it as-is.