📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@avalanche/generic-box-sizing-reset

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@avalanche/generic-box-sizing-reset

Box sizing reset

4.0.0-alpha.6
latest
Source
npm
Version published
Weekly downloads
6
-57.14%
Maintainers
2
Weekly downloads
 
Created
Source

@avalanche/generic-box-sizing-reset

Box sizing reset.

  • [Documentation](https://avalanche.oberlehner.net/documentation/#generic: box-sizing-reset)

Install

npm install @avalanche/generic-box-sizing-reset --save-dev

Basic usage

// Import the main file.
@import 'node_modules/@avalanche/generic-box-sizing-reset/scss/index.scss';

Usage with node-sass-magic-importer

Using node-sass (or a plugin for Grunt, gulp or webpack which is using node-sass) in combination with the node-sass-magic-importer custom importer, can make importing CSS dependencies from node_modules a much nicer experience.

// Import the main file.
@import '~@avalanche/generic-box-sizing-reset';

Mixins

@import 'node_modules/@avalanche/generic-box-sizing-reset/scss/mixins';

// Usage.
@include generic-box-sizing-reset();

About

Author

Markus Oberlehner
Website: https://markus.oberlehner.net
Twitter: https://twitter.com/MaOberlehner
PayPal.me: https://paypal.me/maoberlehner

License

MIT

Keywords

avalanche-package

FAQs

Package last updated on 29 Jun 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts