-
Updated
Jul 6, 2022 - JavaScript
scss
Sass is a stylesheet language with a main implementation in Ruby. It is an extension of CSS that makes improvements to the old stylesheet format, such as being able to declare variables and using a cleaner nesting syntax.
Here are 20,041 public repositories matching this topic...
-
Updated
Jul 2, 2022 - HTML
-
Updated
Jun 23, 2022 - HTML
-
Updated
Jul 6, 2022 - HTML
What steps are needed to reproduce the bug?
test.scss
$frames: ("one", "two", "three");
@each $name in $frames {
@keyframes frame-#{$name} {
/* CSS ... */
}
}$ npx stylelint test.scss
test.scss
4:14 ✖ Expected keyframe name to be kebab-case keyframes-name-pattern
The name is kebab case, but due to the string interpolation, the line is f
-
Updated
Feb 22, 2022 - Ruby
-
Updated
Jun 4, 2022 - CSS
-
Updated
Jun 25, 2022 - JavaScript
-
Updated
May 30, 2022 - HTML
-
Updated
Jun 20, 2022 - SCSS
-
Updated
Apr 9, 2022 - Handlebars
-
Updated
Jun 27, 2022 - SCSS
-
Updated
Oct 21, 2019 - Ruby
-
Updated
May 23, 2022 - JavaScript
-
Updated
Jun 26, 2022 - Vue
-
Updated
Feb 10, 2022 - SCSS
-
Updated
Jun 20, 2022 - TypeScript
-
Updated
Sep 15, 2021 - HTML
-
Updated
Jun 1, 2022 - SCSS
Hey folks! Thanks for creating such a useful project. I've been using this for a little while and I just ran into my first paper cut.
I'm currently using git submodules to vendor out some font files. Unfortunately, the file is named MplusCodeLatin[wdth,wght].ttf, which fails HTML5 validation because it contains square braces, which are considered illegal characters.
No problem, I thought,
-
Updated
Jul 6, 2022 - TypeScript
Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein
Released November 28, 2006
- Repository
- sass/sass
- Website
- sass-lang.com
- Wikipedia
- Wikipedia
Describe the bug
When using row-span attribute border is missing!
To Reproduce
Expected behavior
Border show normally
Screenshots

Environment: