-
Updated
Aug 23, 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 11,902 public repositories matching this topic...
-
Updated
Jul 16, 2020 - CSS
-
Updated
Aug 1, 2020 - HTML
-
Updated
Aug 21, 2020 - TypeScript
-
Updated
Aug 20, 2020 - CSS
-
Updated
Mar 9, 2020 - Ruby
Clearly describe the bug
currentcolor
(all lowercase) should be acceptable casing. CSS Color Module Level 4 defines it like that. Info from above link:
Multi-word keywords in CSS usually separate their component words with hyphens. currentcolor doesn’t, because it was originally introduced in SVG as a special attribute value spel
-
Updated
Oct 21, 2019 - Ruby
Dark Mode
Is your enhancement request related to a problem? Please describe.
No
Describe the solution you'd like
A dark mode theme for the staff interface.
Describe alternatives you've considered
Can use alternative hacks but these often break notifications on some platforms.
Additional context
This would help with late night working whereas most OSs support dark mode for applic
-
Updated
Jul 16, 2020 - CSS
-
Updated
Aug 22, 2020 - TypeScript
-
Updated
Jul 16, 2020 - CSS
-
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>
-
Updated
Jan 13, 2019 - JavaScript
Hi guys,
I just heard about this repo, and so I was going through the docs and clicking around, and I got incredibly frustrated by 2 things:
window.alert
In Button, I don't understand why each button needs to trigger an alert, which also breaks the purpose of the demo since you don't get to see the full component animation? And for each button that you try out, you add an extra click s
Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein
Released November 28, 2006
Latest release over 4 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