-
Updated
Oct 10, 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 18,127 public repositories matching this topic...
-
Updated
Sep 7, 2021 - CSS
-
Updated
Aug 23, 2021 - HTML
-
Updated
Oct 8, 2021 - TypeScript
Estimation - 1
On reports page we have sections for First response time and Resolution Time. Which plots a graph with time series on the Y axis. But it mentions no unit for the axis. We need to mention the unit on the axis
<img width="1012" alt="Screenshot 2021-08-25 at 11 27 25 PM" src="https://user-images.githubusercontent.com/1277421/130841683-cffbd1a4-6ee7-4c3c-8ed4-864961e7b22d.png"
-
Updated
Oct 8, 2021 - SCSS
-
Updated
Sep 24, 2021 - Ruby
Clearly describe the bug
Stylelint throws error when "media-feature-name-value-allowed-list" rule is defined for the following SCSS code:
SCSS code looks like this:
// This code causes error (even though it's correct SCSS code). Important note: there is no space between "and" and "("
@media only screen and(min-width: 640px) {
display: none;
}
// Next-
Updated
Sep 23, 2021 - TypeScript
-
Updated
Oct 21, 2019 - Ruby
-
Updated
Aug 10, 2021 - CSS
-
Updated
Oct 9, 2021 - SCSS
EuiSuperDatePicker should support onFocus. Given that there are multiple focusbale elements, the provided callback should likely only be called once on the initial element focus and not for each subcomponent focus event.
-
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
Oct 9, 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 theselectpackage? It is briefly mentioned under theitemListRendererprops section of theselectc