
Product
Introducing the Alert Details Page: A Better Way to Explore Alerts
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.
metalsmith-sense-sass
Advanced tools
A sensible distribution of Sass for Metalsmith.
_*.sass)require('metalsmith-sense-sass')(options)
sass (Object) — Options to pass to metalsmith-sass. See node-sass for a list of available options.
postcss (Object) — List of plugins to load for postcss. This is in the format of a key/value object, where keys are string package names, and the values are options to be passed to each plugin.
NODE_ENV (environment variable) — set to production to enable compression and disable source maps.npm install --save metalsmith-sense-sass
When using metalsmith.json:
{
"plugins": {
"metalsmith-sense-sass": {}
}
}
When using metalsmith.js:
var ms = new Metalsmith(__dirname)
.source('src')
.destination('public')
.use(require('metalsmith-sense-sass')())
For other installation options (eg, using other postcss plugins), see Installation.
metalsmith-sense-sass 1.x uses autoprefixer by default, which 2.x doesn't anymore. To upgrade and keep the old behavior, simply install postcss-cssnext in your project—cssnext includes autoprefixer, and metalsmith-sense-sass will automatically use cssnext if it's available.
Also consider metalsmith-start as a convenient development server with LiveReload support and more.
metalsmith-sense-sass © 2015+, Rico Sta. Cruz. Released under the MIT License.
Authored and maintained by Rico Sta. Cruz with help from contributors (list).
ricostacruz.com  · GitHub @rstacruz  · Twitter @rstacruz
FAQs
Sensible distribution of Sass for metalsmith
We found that metalsmith-sense-sass demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.