The Node Sass CSS Importer allows you to import a CSS file into Sass. Just like the Sass CSS importer.
Stylesheet Syntax
The .css
extension triggers special behavior in Sass so you cannot
import a file with a CSS extension. To work around this, you must use a
special prefix on the import string and omit the extension.
Installation
npm install node-sass-css-importer --save[-dev]
Usage
var sass = CssImporter = import_paths: 'app/assets/stylesheets' 'app/assets/components' ; sass;