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

hason
hason commented Jun 6, 2019

I want to use ReLaXed with remote chromium to reduce docker image size. It is posible with browser options --remote-debugging-address and --remote-debugging-port (https://peter.sh/experiments/chromium-command-line-switches/). It would be great add CLI options for puppeteer https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#puppeteerlaunchoptions (especialy for args option).

coreui-free-bootstrap-admin-template
stylelint
bkdotcom
bkdotcom commented Mar 4, 2020

Clearly describe the bug

"false-positive" no-descending-specificity with "empty" definitions (see below)

Which rule, if any, is the bug related to?

no-descending-specificity

What code is needed to reproduce the bug?

    nav {
      display: inline-block;
      a {
        display: inline-block;
      }
    }

    a,
    button,
    label {
      &:focus,
node-sass
alaaalii
alaaalii commented Jan 28, 2020
  • NPM version (npm -v): 6.13.4
  • Node version (node -v): v13.6.0
  • Node Process (node -p process.versions):
{
  node: '13.6.0',
  v8: '7.9.317.25-node.26',
  uv: '1.34.0',
  zlib: '1.2.11',
  brotli: '1.0.7',
  ares: '1.15.0',
  modules: '79',
  nghttp2: '1.40.0',
  napi: '5',
  llhttp: '2.0.1',
  openssl: '1.1.1d',
  cldr: '35.1',
  icu: '64.2',
  tz: '2019a',
  u
carbon
joshblack
joshblack commented May 4, 2020

We want to write out the documentation for the Accordion component over on the website. This documentation should live under the "Code" tab and should cover the following topics:

  • Page description
    • "How to build an accordion using React."
  • Table of contents
    • Component usage
    • Component API
    • Reference
  • Component usage
    • Introduction to this component
    • Cover the most co
imhashir
imhashir commented Apr 14, 2020

The final build is too large. I checked the build folder and looks like it's not optimizing the bundle. The build/static/media contains all flags SVGs. And I haven't used a single flag SVG in my project.

Folder sizes:

  • build/static/css - 905 KB
  • build/static/js - 14 MB
  • build/static/media - 7.8 MB

I can delete the media folder straight away and still get my app running successf

brysonreece
brysonreece commented Jun 26, 2019

Expected Behavior

When visiting the Shards UI demo page, using the left and right tooltip/popover examples places the info on the opposite of the expected side of the element.

Using data-placement="left" should place elements on the left. Similarly data-placement="right" should place elements on the right.

Current Behavior

Example screenshots:

![Screenshot_20190626-135428](http

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

dugajean
dugajean commented May 18, 2019

I'm using this checkbox library and it looks proper in some places, and in some others it looks unaligned for some reason which I can't figure out. I'm using Bootstrap 3 in my project and whenever I use a checkbox in a .row/col-* I get issues.

This is how it looks like:

Checkbox1

![

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.