Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>SCSS-helpersNew to Visual Studio Code? Get it now.
SCSS-helpers

SCSS-helpers

Akram Ashraf

|
1,629 installs
| (2) | Free
Utilize SSCS functions and mixins that have already been precoded to cut down on development time.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SCSS - bunch of useful mixins and functions

Installation

scss-helpers-preview

It's a VS Code snippets that allow you to utilize SSCS functions and mixins that have already been precoded as well as some abbreviations to cut down on development time.

Available Prefixes

All commands were prefixed with underscore "_"

1- @rules

  • _imp ➜ @import 'filePath'

  • _use ➜ @use 'filePath' as *

  • _fw ➜ @forward 'filePath'


2- Responsiveness methods

  • _brpt ➜ creates default breakpoints map

  • _mqm ➜ Inserts default media queries for breakpoints map

  • _rmxs ➜ ResponsiveMax mixin for mobile

  • _rms ➜ ResponsiveMax mixin for tablet Portet

  • _rmm ➜ ResponsiveMax mixin for tablet Landscape

  • _rmh ➜ ResponsiveMax mixin for laptop

  • _rmixs ➜ ResponsiveMin mixin for mobile

  • _rmis ➜ ResponsiveMin mixin for tablet Portet

  • _rmim ➜ ResponsiveMin mixin for tablet Landscape

  • _rmib ➜ ResponsiveMin mixin for laptop

  • _rmih ➜ ResponsiveMin mixin for desktop


3- Functions

  • _clc ➜ calc()
  • _funcrem ➜ function to convert pixels to rem
  • _rem ➜ use function pixels to rem
  • _funcem ➜ function to convert pixels to em
  • _em ➜ use function pixels to em

4- Others

  • _bba ➜ Position absolute cover parent
  • _bgco ➜ Background image size cover
  • _bicn ➜ Background image size contain
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft