scss
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 6,625 public repositories matching this topic...
Hi,
I'm looking for something like .prettierignore but on a global level, i don't want to copy that file to every new directory i make just to ignore 1 file extension which isn't supported anyway.
AFAIK this isn't supported right?
BTW the extension in this case is EJS which prettier thinks is JS and some other stuff so the best way really is to ignore .ejs as a whole.
-
Updated
May 1, 2020 - HTML
Is your feature request related to a problem? Please describe.
NES.css doesn't contain layout styles. This puts a burden on developers.
So I think it will be e
-
Updated
Mar 9, 2020 - Ruby
Clearly describe the bug
Chrome/Firefox extensions have CSS keywords that are replaced at runtime and are case-sensitive. For example:
body {
direction: __MSG_@@bidi_dir__;
}Which the browser interprets as:
body {
direction: ltr;
/* or direction: rtl; */
}These are mostly used for localization/internalization. Documentation: https://developer.ch
-
Updated
Oct 21, 2019 - Ruby
-
Updated
Mar 2, 2020 - CSS
-
Updated
Apr 20, 2020 - CSS
-
Updated
May 4, 2020 - JavaScript
-
Updated
Feb 7, 2020 - JavaScript
Link underline style
I'm not really sure the link underline goes well with the theme look and feel. I am thinking more of a single squiggly underline would be better. I don't have the skill alter the background-image gradient though through.
-
Updated
Nov 24, 2019 - JavaScript
-
Updated
Apr 15, 2020 - Vue
-
Updated
Mar 16, 2020 - CSS
-
Updated
Mar 2, 2018 - CSS
Type of Issue
[ ] Bug Report
[x] Feature Request
Description
Currently, contributing to this project can be hard especially for beginners like me who do not understand the project structure.
How To Reproduce
Put yourself into a beginner's shoes.
Let's say you want to contribute code to resolve a feature request (something like #1180, which introduces support
We document how to release a new version of Bitters in RELEASING.md.
There are a couple of items missing:
- After a release is published, it should be added as a release to Hub (this link is private to the thoughtbot team)
- Releases captured in Hub are sent out in our [weekly new
-
Updated
Mar 15, 2020 - PHP
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
Hi,
I'd love to see a Sass reference section on each component.
Basically, a section which lists every Sass variables & mixins related to a component.
Something like the JS reference (https://getbootstrap.com/docs/4.4/components/modal/#via-javascript) you can see on every component but for Sass.
Why?
One of the strength of a framework like Bootstrap is that it is built on Sass