Nnico1988innicoxia.hashnode.dev·Jun 25, 2021 · 1 min readNew CSS functional pseudo-class selectors :is() and :where()h1 > b, h2 > b, h3 > b, h4 > b, h5 > b, h6 > b { color: hotpink; }00
Nnico1988innicoxia.hashnode.dev·Jun 19, 2021 · 1 min readnestjs-cliThe Nest CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Nest applications. It assists in multiple ways, including scaffolding the project, serving it in development mode, and building and bundling the ap...00