Top "Sass" questions

Sass (Syntactically Awesome Style Sheets) is an extension of CSS adding features like nested rules, variables, mixins and class extensions.

What does !default in a css property value mean?

The twitter bootstrap code has a lot of CSS properties with a !default at the end. E.g. p { color: …

css twitter-bootstrap sass
Can I import an externally hosted file with sass?

Using Sass (SCSS) / Compass, is it possible to import some CSS/SCSS into your code from an externally hosted file? …

sass compass-sass cdn
How do I use reference images in Sass when using Rails 3.1?

I have a Rails 3.1 project with the asset pipeline working great. The problem is that I need to reference images …

ruby-on-rails css ruby-on-rails-3 sass sprockets
browser-sync does not refresh page after changes with Gulp

I'm new to Gulp and I wanted to make use of its automatic scss compiling and browser sync. But I …

sass gulp browser-sync
Bootstrap 4 Change Breakpoints

I have an application where the design calls for a 1280 breakpoint from desktop to tablet, or, xl to lg respectively. …

css twitter-bootstrap sass responsive-design bootstrap-4
Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (88)

I have tried to install gulp-sass latest version with npm i gulp-sass --save-dev in the begining I got a lot …

node.js npm sass gulp gulp-sass
What does the & mean in an scss selector?

What does & refer to in an scss selector? //Case 1 .parent { & > ul { color: red } } //Case 2 .parent { & > …

css sass syntax selector
Doing math on variable argument Sass mixins

I like to use rem units with pixel fallbacks for my CSS sizing and am trying to make mixins to …

css sass mixins
Vue CLI CSS pre-processor option: dart-sass VS node-sass?

When creating a new project with CLI (v3.7.0), there is an option to choose between dart-sass or node-sass compiler. How …

vue.js webpack sass vue-cli node-sass
Sass Loader Error: Invalid options object that does not match the API schema

I'm using VueJS with the framework VuetifyJS (v2.0.19). I'm getting this error after running npm run serve: Sass Loader has …

node.js vue.js npm sass node-modules