Sass Types ✨ Awesome Type Checking in Sass Install with NPM npm install ncoden/sass-types ⚠️ This Sass module is still in development. Usage @import 'sass-types'; @function my-function($number, $string) { $_: st-assert('my-function', (number $number, string $string)); ... } Version 0.2.0 - MIT License.