Skip to content
#

scss

sass logo

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...

bootstrap
prettier
JStyle21
JStyle21 commented Apr 20, 2020

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.

stylelint
fregante
fregante commented Apr 19, 2020

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

EdricChan03
EdricChan03 commented Mar 24, 2019

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

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
You can’t perform that action at this time.