sass Questions

5

Solved

I have a third party SCSS file that I am including in my project, and Dart SASS is displaying a long list of warnings as a result. How can I disable the warnings for third party includes? I'm using...
Handiwork asked 2/6, 2021 at 20:47

2

Firefox and Edge do not have this problem. When using Google Chrome browser, I am trying to select code or text. The text is selected, but it is not visible. The usual highlighting of the backgroun...
Shortchange asked 16/3, 2023 at 12:52

3

Solved

What is the best way to use SASS with Client side blazor. I looked into the this https://github.com/madskristensen/WebCompiler But it looks like works only with Visual Studio. I am using Visual Stu...
Projectionist asked 1/7, 2020 at 5:16

3

Solved

With a fresh install of NextJS I wanted to add SCSS support. The documentation is very clear about it how to do this. When I install as described and add an import of scss as follows: import "...
Onslaught asked 21/1, 2023 at 17:5

2

Solved

Should sass be installed as a 'dependency' or as a 'devDependency'? In the npm page says: " You can also add it to your project using npm install --save-dev sass." But in the Install Sass...
Gumm asked 23/2, 2022 at 22:34

25

Solved

I'm running into an issue which seems similar to the one reported in https://github.com/sass/dart-sass/issues/284, but doesn't seem 'fixed' for me. I'm trying to follow the workflow described in ht...
Ford asked 1/7, 2018 at 21:8

5

Solved

Is there a standard, or simple, way to define sass variables on the command line, or pass them from the environment? What I am doing is trying to create to different CSS files from a single SCSS so...
Outguard asked 1/3, 2013 at 8:37

4

Solved

I am trying to implement a basic date picker inside a dialog exactly as described in the documentation but it does not show the calendar icon correctly. Here is how it looks like: Here is the html...
Petitionary asked 16/11, 2022 at 10:59

13

I used Node.js v16.13.1 and created a React application. I tried to use Sass, but when I tried to run it, I got this error: Node Sass version 7.0.0 is incompatible with ^4.0.0 || ^5.0.0 || ^6.0.0 ...
Carlisle asked 8/12, 2021 at 20:29

6

Solved

I would like to know how I can prevent Sass from writing .map files. I'm using Sass in a very basic setup: sass --watch style.scss:style.css what parameters do I have to add to avoid Sass to gen...
Endmost asked 5/1, 2015 at 10:42

3

VScode doesn't show me any stylint errors. package.json: ... "postcss": "^8.4.12", "postcss-scss": "^4.0.3", "stylelint": "^14.7.1", ...
Footcandle asked 21/4, 2022 at 14:4

4

I would like to have access to more than 3 colors for my material theme. For example, I would like to add in $theme-success: mat-pallete($mat-green) to have a green success color in my Material com...
Leekgreen asked 7/7, 2017 at 18:24

3

Solved

Background: I'm using Prettier - Code formatter extension for VSCode to auto-format my code on save. Problem: I'm used to writing single-line blocks in my sass files (where there's only a single...
Accustomed asked 18/2, 2019 at 18:41

1

I have read carefully the SASS Color Module Documentation But I can't understand the difference between change, adjust, scale color methods, Especially that in many times they return the same value...
Jolenejolenta asked 11/1, 2022 at 20:56

5

Vue.config.js when i install sass and sass-loader how can i to configure to use sass Now i use sass tips error Cannot find module 'sass' from 'D:\demo\vite'
Anny asked 6/1, 2021 at 2:13

4

Solved

In my scss file for my component I have this to set the background color for mat-checkbox when checked: /deep/.mat-checkbox-checked.mat-accent .mat-checkbox-background, .mat-checkbox-indeterminate...
Leslileslie asked 5/7, 2019 at 10:23

6

Solved

I am new to cross-platform dev. Struggling with changing the size of FAB. This is what I have now: <ion-fab center middle> <button ion-fab color="blue" class="fabStartBtn"><ion-icon...

34

Getting this error on Arch Linux with node-sass. I'm using it with gulp-sass. Node Sass does not yet support your current environment: Linux 64-bit with false Versions $ gulp -v [19:43:15] CLI ...
Prytaneum asked 19/5, 2016 at 13:22

17

Solved

From what I've been reading, Sass is a language that makes CSS more powerful with variable and math support. What's the difference with SCSS? Is it supposed to be the same language? Similar? Diff...
Vitriform asked 13/4, 2011 at 19:23

2

I am getting [scss] } expected [css-rcurlyexpected] error in visual code for the commented line. Does anybody know why ? @keyframes wordSlider { $steps: -0%, -25%, -50%, -75%; @for $index from 0...
Conchoid asked 4/2, 2019 at 18:6

3

Is it possible to import and extend the bootstrap-icons.css in the scss file like importing the bootstrap.scss? What I've tried so far without success: @import "../node_modules/bootstrap-icons...
Onagraceous asked 9/9, 2021 at 17:51

1

Solved

Is there a way to add a parent class to all rules in a child scss file. By interpreting the child file as if it was already compiled? Currently, I tried to wrap an @import with a parent class but i...
Hume asked 19/5, 2022 at 14:46

8

Solved

I am using web compiler but it will not compile my SASS structure unless I right-click on "compilerconfig.json" and select "Web-compiler" --> "Re-compile all files". When I use the other methods t...
Shall asked 2/9, 2016 at 8:6

4

I'm trying to override bootstrap4 styles. I have no experience with Sass, but this looks like an error in the bootstrap SCSS file. My custom file is: /* custom.scss */ /* -------begin customizat...
Fechter asked 27/4, 2020 at 18:37

1

Solved

I am updating from Angular 14 to 15 along with Material UI Seeing this warning, haven't found any solution to it yet. Angular Material themes should be created from a map containing the keys "...
Traumatize asked 8/2, 2023 at 12:11

© 2022 - 2024 — McMap. All rights reserved.