-
Updated
Jun 4, 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 15,701 public repositories matching this topic...
-
Updated
Dec 21, 2020 - CSS
-
Updated
Jun 1, 2021 - HTML
-
Updated
Jun 2, 2021 - TypeScript
-
Updated
Jun 2, 2021 - SCSS
When sending an SMS response in Chatwoot, I am character limited to 140 or whatever. However, when I go to "New message" via the contacts panel, I am not character limited, and I was able to send a 300 character test message out. This is an inconsistency in the UI, and not sure why do the character limit, if we can successfully send larger messages
-
Updated
Feb 19, 2021 - Ruby
What is the problem you're trying to solve?
I want to ignore only specific pseudo classes. In Angular its very common to use :host pseudo class, so this always takes 1 place in calculating nested depth
What solution would you like to see?
rules: {
'max-nesting-depth': [
1,
{
ignoreAtRules: [':host'],
},
],
},-
Updated
May 30, 2021 - TypeScript
-
Updated
Oct 21, 2019 - Ruby
-
Updated
May 9, 2021 - CSS
-
Updated
May 29, 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>
I tried to add a EuiCollapsibleNav to your nextjs eui example here https://elastic.github.io/next-eui-starter/. This worked until i decided to restart the server. Then i got this weird error "document is not defined".
StackTrace:
ReferenceError: document is not defined
at EuiOverlayMask (webpack-internal:///./node_modules/@elastic/eui/es/components/overlay_mask/overlay_mask.js:6
-
Updated
Sep 16, 2019 - PHP
-
Updated
Mar 27, 2021 - SCSS
-
Updated
Jun 2, 2021 - Dart
Created by Hampton Catlin, Natalie Weizenbaum, Chris Eppstein
Released November 28, 2006
Latest release over 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