Skip to content

Instantly share code, notes, and snippets.

@patelashishpatel
patelashishpatel / responsive-and-print-display.scss
Last active December 18, 2019 07:43
Generated by SassMeister.com.
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// ----
// screen breakpoints can be sourced from the framework you are using
// in my case it is bootstrap
$screen-xs-max: 670px;
$screen-sm-max: 980px;
$screen-md-max: 1200px;
@patelashishpatel
patelashishpatel / responsive-angled-block.scss
Last active December 18, 2019 07:44
Generated by SassMeister.com.
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// ----
// screen breakpoints can be sourced from the framework you are using
// in my case it is bootstrap
$screen-xs-max: 670px;
$screen-sm-max: 980px;
$screen-md-max: 1200px;
@patelashishpatel
patelashishpatel / font-size-mixin.scss
Last active December 18, 2019 07:44
Generated by SassMeister.com.
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// ----
// screen breakpoints can be sourced from the framework you are using
// in my case it is bootstrap
$screen-xs-max: 670px;
$screen-sm-max: 980px;
$screen-md-max: 1200px;
@patelashishpatel
patelashishpatel / responsive-text-align.scss
Last active December 18, 2019 07:44
Generated by SassMeister.com.
// ----
// Sass (v3.4.21)
// Compass (v1.0.3)
// ----
// screen breakpoints can be sourced from the framework you are using
// In my case, i am injecting here
$screen-xs-max: 768px;
$screen-sm-max: 992px;
$screen-md-max: 1199px;