Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 358 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 358 Bytes

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.