Skip to content

StCatfish/typed-sass-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typed SASS Plugin

This is a plugin for Webpack based on Awesome Typed SASS Modules. It creates .d.ts files for all .scss files.

You will, probably, want to add the following line to .gitignore:

*.scss.d.ts

Usage

// webpack.config.js
const TypedSassPlugin = require("typed-sass-plugin");
module.exports = {
  entry: //...,
  output: //...,
  plugins: [
    new TypedSassPlugin(options)
  ]
}

Options

  • camelCase: Convert CSS class tokens to camelCase. Boolean. Default: false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published