-
Updated
Jul 24, 2021 - 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 16,657 public repositories matching this topic...
-
Updated
Dec 21, 2020 - CSS
-
Updated
Jul 12, 2021 - HTML
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
Jul 20, 2021 - SCSS
Remove this session key as it is no longer used
-
Updated
Feb 19, 2021 - Ruby
What is the problem you're trying to solve?
I want to ignore only specific pseudo classes. In Angular its very common to use :host
pseudo class, so this always takes 1 place in calculating nested depth
What solution would you like to see?
rules: {
'max-nesting-depth': [
1,
{
ignoreAtRules: [':host'],
},
],
},
-
Updated
Jul 17, 2021 - TypeScript
-
Updated
Oct 21, 2019 - Ruby
-
Updated
May 9, 2021 - CSS
-
Updated
Jul 21, 2021 - SCSS
The following (copied from the sandbox demo for EuiButtonGroup) fires 2 onChange
events for each click.
const [toggleIdSelected, setToggleIdSelected] = useState(`${idPrefix}1`);
const onChange = (optionId) => {
setToggleIdSelected(optionId);
console.log(optionId);
};
return (
<Fragment>
<EuiButtonGroup
legend="This is a basic group"
opti
-
Updated
Jan 21, 2020 - CSS
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
Sep 16, 2019 - PHP
-
Updated
Mar 27, 2021 - SCSS
-
Updated
Jul 23, 2021 - Dart
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
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