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
Questions tagged [scss-lint]
177 questions
1
vote
1 answer
Modifying font size of post title
I want to lower down the post title's font size(of latest post) and continue displaying it in center for my jekyll based blog.
I tried modifying https://github.com/x0v/x0v.github.io/blob/master/_sass/atoms/_feature-title.scss like adding
font-size:…

prashantitis
- 1,797
- 3
- 23
- 52
1
vote
1 answer
1
vote
2 answers
Dynamically Creating a Radio Button name in Angular 8(Typescript, HTML, SCSS)
I am having some challenges creating a radio button name Dynamically. How can I Dynamically generate a radio button name. Here is my html code