-
Updated
Mar 1, 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 14,332 public repositories matching this topic...
-
Updated
Dec 21, 2020 - CSS
-
Updated
Mar 1, 2021 - HTML
-
Updated
Feb 17, 2021 - TypeScript
-
Updated
Mar 1, 2021 - SCSS
-
Updated
Feb 19, 2021 - Ruby
Clearly describe the bug
declaration-property-unit-allowed-list trips on SCSS function contents. Specifically color functions, which it should ignore.
Which rule, if any, is the bug related to?
declaration-property-unit-allowed-list
What code is needed to reproduce the bug?
$input-border: #639;
button {
border: 1px solid lighten($input-border, 20%);
}- The function is generic but the function name isn't
- Occurrence in
app/javascript/dashboard/components/layout/Sidebar.vue
-
Updated
Oct 21, 2019 - Ruby
-
Updated
Feb 13, 2021 - TypeScript
-
Updated
Sep 4, 2020 - CSS
-
Updated
Feb 3, 2021 - SCSS
-
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
At the moment the scrollToItem seems to be private and cannot be used.
Exposing it will allow to scroll the list to specific items.
-
Updated
Jan 13, 2019 - JavaScript
Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein
Released November 28, 2006
Latest release about 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