Is package containing helpful set of mixins and sass utilities to start
devloping responsive sites.
Installation
npm install silent-sass
It is also recommended to install laravel-mix or webpack and sass-loader.
If you have installed laravel-mix and sass-loader webpack config file
should be modified to work with sass-loader:
mix.webpackConfig({
module: {
loaders: [{
test: /\.scss$/,
loader: 'style!css!sass'
}]
}
})
Config variables
It is recommended to set some default variables eg.
$base-font-size: 16px !default;
$base-line-height: 24px !default;
$rhythm-font-unit: px !default;
$min-line-padding: 2px !default;
$round-to-nearest-half-line: false !default;
License
This package is licensed under the MIT license.