The Wayback Machine - https://web.archive.org/web/20220302085925/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 20,922 public repositories matching this topic...

ViggoV
ViggoV commented Nov 21, 2019

Environment

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
NusretOzates
NusretOzates commented Dec 7, 2021

Is your enhancement request related to a problem? Please describe.
It is a very very tiny problem but I want to contribute :) In the API documentation, it says the ID of the Agent is the type of integer. In the documentation of the webhook events, the ID of the Agent seems like a string. But when I get a "message_created" event, the ID of the Agent is an integer.

![image](https://user-ima

stylelint
ilyub
ilyub commented Dec 20, 2021

What is the problem you're trying to solve?

I guess that selector-max-universal is performance related rule.
I.e. it is supposed to forbid patterns that hit perfomance.

Consider the following patterns (with selector-max-universal = 1):

  1. "*" involves O(N) search. So, it is Good.
  2. "* *" involves O(N^2) search. So, it is Bad.
  3. "* + *" involves O(N) search ("+ *" = next element = it
eui
vipulsrivastava-qasource
vipulsrivastava-qasource commented Mar 2, 2022

Describe the bug
Previously opened column field tooltip value is not removed automatically when click other field tooltip value instead it remain their.

Build Details

Version : v8.1.0-BC4
Commit : 015578b81c26a5843747ba53b2fd92d40f0453cb
Build : 50428

Browser Details
This issue is occurring on all browsers.

Preconditions

  1. Kibaana v8.1.0-BC3 must be availa

Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein

Released November 28, 2006

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