romainberger / node-sass-bypass

Bypass scss imports so your isomorphic code can work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Bypass scss imports so your isomorphic code can work

License:MIT License


Languages

Language:JavaScript 94.0%Language:CSS 6.0%