-
Updated
Sep 6, 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 12,084 public repositories matching this topic...
-
Updated
Jul 16, 2020 - CSS
-
Updated
Sep 3, 2020 - HTML
-
Updated
Sep 3, 2020 - TypeScript
-
Updated
Sep 5, 2020 - CSS
-
Updated
Mar 9, 2020 - Ruby
What is the problem you're trying to solve?
The developers on my team use class and id attributes in attribute selectors instead of using id selector or classname selector. This adds complexity and inconsistent coding style.
What solution would you like to see?
To fix the above mentioned problem, having this lintin
-
Updated
Oct 21, 2019 - Ruby
When the users change their Facebook password, the page access token gets invalidated. To overcome this, ask the user to reauthorize the Facebook connection
Acceptance Criteria
- Run a cronjob every day to find the invalid token, mark the integration as invalid/needs-reauthorization
- If the flag is set, show a message in the frontend to reauthorize
-
Updated
Sep 4, 2020 - CSS
-
Updated
Aug 31, 2020 - TypeScript
-
Updated
Aug 26, 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 theselectpackage? It is briefly mentioned under theitemListRendererprops section of theselectc