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,644 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
gjones
gjones commented Jan 20, 2022

Summary

As part of the docs project we're rendering all the article content inside an <EuiText> tag. Mostly this works fine, one problem I'm running into though is that the EuiTitle size prop is not being honoured. Below are a few examples where the title styles are inherited solely from the h tag and not the size prop.

Screenshot

<img width="713" alt="Screenshot 2022-01-20 at

Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein

Released November 28, 2006

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