Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.

mrpavlikov/susy-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

npm i

Run

./node_modules/gulp/bin/gulp.js

or if you have Gulp installed globally

gulp

Problem

susy-breakpoint() mixin wipes variables after it has been called. Variables like $mobile: $mobile: 640px; are left untouched, query-like variables $tablet: 641px 1024px are being erased.

See @debug messages on building src/app.scss and resulting css in build/app.css.

About

susy-breakpoint mixin wiping variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published