ritwickdey / vscode-live-sass-compiler

Compile Sass or Scss file to CSS at realtime with live browser reload feature.
https://ritwickdey.github.io/vscode-live-sass-compiler/
MIT License
660 stars 168 forks source link

Compatibility when compiling grid-areas #503

Open sahilm310 opened 3 years ago

sahilm310 commented 3 years ago

Don't believe this is serious but for ease of mind

Defining grid-area in SCSS compiles as:

-ms-grid-row: 2; -ms-grid-column: 1;

in the CSS file.

But for 'better compatability' it says to add the standard property as well. e.g. grid-row: 2;

SCSS

Screenshot 2021-05-05 at 2 05 11 am

CSS

Screenshot 2021-05-05 at 2 15 29 am