-
Updated
Sep 20, 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,265 public repositories matching this topic...
-
Updated
Jul 16, 2020 - CSS
-
Updated
Sep 14, 2020 - HTML
-
Updated
Sep 18, 2020 - TypeScript
-
Updated
Sep 19, 2020 - SCSS
-
Updated
Mar 9, 2020 - Ruby
What is the problem you're trying to solve?
I would like me and my colleagues to be able to use edge-of-your-seat new features to CSS. Sometimes features are not known to Stylelint yet and it would be nice if developers wouldn't have to disable linting for a few lines in the meantime.
What solution would you like to see
Problem
Right now, the option to change availability status is hidden in profile settings. People might not realize that they have an option offline. To improve this UX, provide a setting right on the sidebar to change the status
Design
<img width="391" alt="Screenshot 2020-09-14 at 5 24 24 PM" src="https://user-images.githubusercontent.com/2246121/93082974-73c19e80-f6af-11ea-90da
-
Updated
Oct 21, 2019 - Ruby
-
Updated
Sep 4, 2020 - CSS
-
Updated
Sep 16, 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
When investigating #833 with this CSbox: https://codesandbox.io/s/v5rr7
I found that using allowFullScreen
in conjunction with any explicit size
prop gets ignored when supplying the source as a data-uri.
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