-
Updated
Mar 12, 2022 - JavaScript
Sass

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 21,115 public repositories matching this topic...
-
Updated
Sep 7, 2021 - CSS
-
Updated
Mar 11, 2022 - HTML
-
Updated
Feb 15, 2022 - TypeScript
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.
:
- "*" involves O(N) search. So, it is Good.
- "* *" involves O(N^2) search. So, it is Bad.
- "* + *" involves O(N) search ("+ *" = next element = it
-
Updated
Feb 22, 2022 - Ruby
-
Updated
Feb 24, 2022 - TypeScript
-
Updated
Feb 11, 2022 - CSS
-
Updated
Oct 21, 2019 - Ruby
-
Updated
Mar 12, 2022 - SCSS
Updated issue
EUI exports the copyToClipboard
utility function but it is not documented, only the EuiCopy component is https://elastic.github.io/eui/#/utilities/copy
Original issue body
EuiCopy
is a neat, but there are situations when you can use it only with nasty workarounds. So we want to offer copy to clipboard as an action of the data grid column header in Discover.
-
Updated
Jan 21, 2020 - CSS
-
Updated
Mar 4, 2022 - Dart
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>
-
Updated
Mar 27, 2021 - SCSS
-
Updated
Sep 16, 2019 - PHP
Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein
Released November 28, 2006
- Repository
- sass/sass
- Website
- sass-lang.com
- Wikipedia
- Wikipedia
Environment
Question
Is there any solid documentation for the
renderFilteredItems()
utility function exported from theselect
package? It is briefly mentioned under theitemListRenderer
props section of theselect
c