skip to Main Content

Reactjs – Module Error: Cannot find module 'sass' REACT

I'm building a react app using sass I wrote to terminal: npx create-react-app . then I wrote npm install -g sass Require stack: - D:internneonode_modulessass-loaderdistutils.js - D:internneonode_modulessass-loaderdistindex.js - D:internneonode_modulessass-loaderdistcjs.js - D:internneonode_modulesloader-runnerlibloadLoader.js - D:internneonode_modulesloader-runnerlibLoaderRunner.js - D:internneonode_moduleswebpacklibNormalModule.js - D:internneonode_moduleswebpack-manifest-plugindistindex.js - D:internneonode_modulesreact-scriptsconfigwebpack.config.js -…

VIEW QUESTION

Html – Draw a Arc in SCSS

Could someone help me create that blue arc with 'UND' written on it as in the following image? So far, what I've managed to do is this: enter image description here Here are my codes: .promotion-circle { position: absolute; width:…

VIEW QUESTION

Html – Why are the distances different?

I have these codes in SCSS and HTML (Astro) <header class="mainHeader"> <a href="/"><img src="/images/mainLogo.png" alt="Логотип " id="headerLogo"></a> <div id="links"> <a href="/products">Продукты</a> <a href="/sale">Акции</a> <a href="/contacts">Контакты</a> </div> </header> .mainHeader { background-color: var(--white); display: flex; align-items: center; justify-content: center; #links { margin-left:…

VIEW QUESTION
Back To Top
Search