Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 637 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 637 Bytes

@emitty/language-scss

A SCSS language support for @emitty.

Install

npm install @emitty/language-scss

Usage

const emitty = require('@emitty/core').configure();

emitty.language({
    extensions: ['.scss'],
    parser: require('@emitty/language-scss').parse
});

Supported keywords

Changelog

See the Releases section of our GitHub project for changelog for each release version.

License

This software is released under the terms of the MIT license.