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 15,323 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
hexclann
hexclann commented Apr 27, 2021

Lets say I have several inbox, website live chat and e-mail support. If some customer contacts me on different channels, I can see the previous conversations from that customer in Contacts >> View details but it does not show which conversation is from which inbox.

chrome_7uKM0UZ1sD

stylelint
SandwichTech
SandwichTech commented Apr 26, 2021

When using single-line formatting, it would helpful if the selectors for at-rules could pushed to a new line. For example:

.container { padding: 0; margin: 5px }
@media (min-width: 992px) {
    .container { padding: 5px; margin: 0 }}

A proposed solution would be to add at-rule exceptions for the block-opening-brace-newline-after rule. Or a separate at-rule-opening-brace-newline-af

eui
ashokaditya
ashokaditya commented May 3, 2021

EuiFormRow has a neat way to show multiple error messages stacked up on top of each other as it allows for passing an array of messages to error prop.

It would be equally nice to have the helpText prop do the same.

Code that needs change:
https://github.com/elastic/eui/blob/aa71e7ad1475985cab680fdc00ca6fff688128e4/src/components/form/form_row/form_row.tsx#L190

Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein

Released November 28, 2006

Latest release over 5 years ago

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