Questions tagged [scss-lint]

scss-lint is a tool to help keep your SCSS files clean and readable. This tag should be used only in case of problems with the tool itself and not in case of SASS / SCSS problems

177 questions
0
votes
1 answer

Disable PropertySortOrder in SCSS-Lint in Atom

I would like to disable PropertySortOrder(https://github.com/brigade/scss-lint/tree/master/lib/scss_lint/linter#propertysortorder) in SCSS-Lint in Atom, though the documentation doesn't really specify how to do this. It appears that I can disable…
Piet van Leeuwen
  • 319
  • 3
  • 12
0
votes
1 answer

scsslint box-shadow sass mixin Color literals like rgba validation

I am using scsslint to validate my scss, I am getting this error bellow, what is the best way to fix that? [W] ColorVariable: Color literals like rgba(0, 0, 0, 0.75) should only be used in variable declarations; they should be referred to via …
raduken
  • 2,091
  • 16
  • 67
  • 105
0
votes
1 answer

How grunt-scss-lint can exclude some files or directory?

I am using grunt-scss-lint with sucess. but I wanna exclude a folder or files, but after runt he task still catching the folder, any idea how to exclude the file or directory? in the docs says: exclude Type: String or Array Default: null Exclude…
raduken
  • 2,091
  • 16
  • 67
  • 105
-1
votes
0 answers

How to set on cursor top on the other cursor

I have a question about cursor setting in css or scss file how can I set a cursor top of the other cursor. short description:
in this div class="cursor: point"
as you…
user1938143
  • 1,022
  • 2
  • 22
  • 46
-1
votes
1 answer

where shall I put custom.scss file to customize bootstrap component?

I want to customize my bootstrap with scss so I know that I have to make custom.scss and put some scss code into this - but there ins't working because I don't know where can I pust these file. the below picture from official website of bootstrap -…
-1
votes
1 answer

Angular 10 - best way to add custom css url?

We have styles.scss (base css file) and also providing option to load custom css url so custom can change their logo or colors... Below is the requirement: if custom URL is not available then it should load base css file if custom URL loading is…
rameshP
  • 49
  • 1
  • 4
-1
votes
1 answer

/deep/ concept multiple page effect same scss .but i don't want effect for one page in angulars

In my shared folder . Auth folder. components are there in auth .we write some css in 'auth.component.scss',it is like parent to all components it will affect all component scss, but i don't wont effect 'y' component means all pages…
-1
votes
1 answer

My text overlaps my div

I need to wrap my text in a div. But if I use flex-wrap, it doesn't wrap the text and div's width becomes larger. I just want to make the wrapped text to be at the center. .flex-container { width: 150px; height: 150px; display: flex; …
Adzanny Akbar
  • 93
  • 2
  • 10
-1
votes
3 answers

Style being set but not changing

UPDATE: I have read that in Angular, you cannot manipulate the DOM. What are you supposed to do then, what is best practice? I have tried using a timeout, NgZone, ChangeDetectionStrategy.OnPush, ChangeDetectorRef detectChanges() all with no…
Richard
  • 8,193
  • 28
  • 107
  • 228
-2
votes
3 answers

How to do nesting in css & link it with html?

I wrote my CSS in .scss file but it did not reflect when I linked it with HTML code. And, when I wrote the same code in .css file, it did work. But again, in normal CSS I am not able to perform nesting. If anyone can help, please do.
-2
votes
1 answer

How to add an exclamation mark to the end of last list item using css

How to add an exclamation mark to the end of last list item using css
  • one
  • two
  • three
  • four
  • one
  • two
sude
  • 1
  • 1
-2
votes
2 answers

How to add form after submit button?

I have created one contest and when submit that contest then open form like full name and email id etc.in wordpress site. I want to create quiz contest in wordpress site. Like 1.Where is czechoslovakia? 1.Prague 2.America 3.Asia I want to use here…
1 2 3
11
12