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.
All commands were prefixed with underscore "_"
-
_imp β
@import 'filePath'
-
_use β
@use 'filePath' as *
-
_fw β
@forward 'filePath'
-
_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
- _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
- _bba β
Position absolute cover parent
- _bgco β
Background image size cover
- _bicn β
Background image size contain
- _apm β
Auto prefix mixin
- _ap β
Auto prefix @include