-
Updated
Nov 18, 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,849 public repositories matching this topic...
-
Updated
Sep 7, 2021 - CSS
-
Updated
Nov 15, 2021 - HTML
-
Updated
Oct 19, 2021 - TypeScript
Context: There is no validation for cc_emails, bcc_emails in the send message API
Method & URL: POST /api/v1/accounts/<account-id>/conversations/<conversation-id>/messages
Todo:
- Add email validations for cc_emails, bcc_emails params
- Throw a 422 error in the API if an invalid array of emails is passed
-
Updated
Nov 18, 2021 - SCSS
Fix false positives for nested property declaration that contains `tx` or `qx` in unit-no-unknown
Clearly describe the bug
There are false positives for unknown unite when you use tx or qx
Which rule, if any, is the bug related to?
unit-no-unknown
What code is needed to reproduce the bug?
e.g.
// Font Sizes
$font-sizes: (
2x: $font-size-base * 2,
2qx: $font-size-base * 2.25,-
Updated
Sep 24, 2021 - Ruby
-
Updated
Nov 17, 2021 - TypeScript
-
Updated
Oct 21, 2019 - Ruby
-
Updated
Aug 10, 2021 - CSS
-
Updated
Nov 16, 2021 - SCSS
I noticed that all the hex colors for CSS-in-JS are in uppercase:
For Sass they're in lowercase:
<img width="206" alt="Screenshot 2021-10-20 at 13 45 48" src="https://user-images.githubusercontent.com/2750668/138095391-ad7
-
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
Nov 16, 2021 - Dart
Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein
Released November 28, 2006
- 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