-
Updated
Nov 27, 2020 - 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 13,112 public repositories matching this topic...
-
Updated
Nov 14, 2020 - CSS
-
Updated
Nov 27, 2020 - HTML
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Nov 27, 2020 - SCSS
-
Updated
Mar 9, 2020 - Ruby
Clearly describe the bug
::-moz-focus-inner
is treated as a pseudo-class, not a pseudo-element, and so can cause false positives in no-descending-specificity
.
Which rule, if any, is the bug related to?
no-descending-specificity
What code is needed to reproduce the bug?
a::-moz-focus-inner {}
a
Enhancement
Label names in chatwoot only support alphabets, numbers, hyphen and underscore.
At the moment the available validation doesn't show the user any errors, which would leave the user confused.
So let's add a validation error describing this behaviour
Current behaviour
<img width="1273" alt="Screenshot 2020-10-02 at 4 29 03 PM" src="https://user-images.githubuserconten
-
Updated
Oct 21, 2019 - Ruby
-
Updated
Sep 4, 2020 - CSS
-
Updated
Nov 26, 2020 - TypeScript
-
Updated
Oct 18, 2020 - SCSS
-
Updated
Jan 21, 2020 - CSS
-
Updated
Sep 16, 2019 - PHP
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>
When using the box.filters
option of EuiSearchBar
(https://elastic.github.io/eui/#/forms/search-bar#search-bar-filters), there seems to be no way to have it display the number of selected options on the filter's button (like the numFilters
option of EuiFilterButton
does).
For example, when using a field_value_selection
type filter, when any number of options are selected, the button
-
Updated
Jan 13, 2019 - JavaScript
Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein
Released November 28, 2006
Latest release almost 5 years ago
- 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