A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/amiramw/grunt-contrib-sassjs below:

amiramw/grunt-contrib-sassjs: Compile Sass to CSS using https://github.com/medialize/sass.js

Compile Sass to CSS using sass.js

This task uses sass.js, which is a Sass compiler written in JavaScript. It's not as fast as the C implementation node-sass but it is completely stand alone and doesn't require downloading binaries or installing anything.

$ npm install --save-dev grunt-contrib-sassjs
grunt.initConfig({
	sass: {
		dist: {
			sourceMap: true,
			files: {
				'main.css': 'main.scss'
			}
		}
	}
});

grunt.registerTask('default', ['sass']);

Files starting with _ are ignored to match the expected Sass partial behaviour.

See the sass.js options.

MIT


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4