Socket
Book a DemoInstallSign in
Socket

node-sass-bypass

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sass-bypass

Bypass scss imports so your isomorphic code can work

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Node Sass Bypass Build Status

Bypass your css and scss imports so you can use a css/scss loader with webpack and keep your isomorphic code working server side.

Installation

$ npm install --save node-sass-bypass

Usage

import scssBypass from 'node-sass-bypass'
scssBypass()
// any file imported after that can import css/scss file without error

Keywords

webpack

FAQs

Package last updated on 21 Aug 2015

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