The Wayback Machine - https://web.archive.org/web/20220807194635/https://github.com/topics/sass
Skip to content
#

Sass

sass logo

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 24,291 public repositories matching this topic...

ViggoV
ViggoV commented Nov 21, 2019

Environment

  • Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
  • Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108

Question

Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c

chatwoot
vishnu-narayanan
vishnu-narayanan commented Mar 30, 2022

Is your enhancement request related to a problem? Please describe.

Clear visual indication when an integration/application is connected/active.

Slack is fully connected and active at this stage. It would be nice to have a visual indicator on this page to know slack is connected without clicking on configure and navigating to another page.

![image](https://user-images.githubuserconte

Good first issue If you are new and looking to contribute frontend Involves working with javascript ( Vue JS / CSS ) need-discussion Issue which needs discussion
stylelint
jdufresne
jdufresne commented Mar 28, 2022

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

status: ready to implement is ready to be worked on by someone type: bug a problem with a feature or rule syntax: scss relates to SCSS and SCSS-like syntax good first issue is good for newcomers
eui
pgnd
pgnd commented Jan 29, 2022

with

yarn --version
	3.2.0-rc.13
node --version
	v16.13.1
yarn info --name-only webpack
	└─ webpack@npm:5.67.0

install

yarn add @fontsource/noto-sans-display
yarn info --name-only @fontsource/noto-sans-display
	└─ @fontsource/noto-sans-display@npm:4.5.2

@ site, include only the variable .woff2,

import '@fontsource/noto-sans-display/files/noto-sans-display-l
bug Something isn't working good first issue Good for newcomers sass Sass related issue

Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein

Released November 28, 2006

Repository
sass/sass
Website
sass-lang.com
Wikipedia
Wikipedia