1.0.0 • Published 6 years ago

debug-breakpoint-scss v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

Debug-breakpoint-scss

Variables

$is-dev: '.is-dev' !default;

$breakpoints: (
    'small':   320px,
    'phone':   520px,
    'tablet':  800px,
    'desktop': 1024px,
    'large':   1440px  
) !default;

$debug-bp-zindex: 1000 !default;

Commit & push to GitHub

https://codeburst.io/how-to-create-and-publish-your-first-node-js-module-444e7585b738

git add .
git commit -m “Initial release”
git tag v0.1.0
git push origin master --tags

Publish to npm

npm publish --access=public

Note : Scoped packages are private by default. To publish private modules, you need to be a paid private modules user.