An open API service indexing awesome lists of open source software.

https://github.com/lailo/next-typescript-css-module

NextJS with TypeScript using CSS Module with auto generated types.
https://github.com/lailo/next-typescript-css-module

autocomplete cssmodules nextjs scss tsx typescript

Last synced: 4 months ago
JSON representation

NextJS with TypeScript using CSS Module with auto generated types.

Awesome Lists containing this project

README

          

# next-typescript-css-module

NextJS with TypeScript using CSS Module with auto generated types.

It's done by using [Typed-SCSS-Module](https://www.npmjs.com/package/typed-scss-modules) and running it in parallel with [Concurrently](https://www.npmjs.com/package/concurrently).

## Styles in SCSS

![Screenshot SCSS](./docs/screenshot-scss.png)

## Autocomplete in TSX

![Screenshot SCSS](./docs/screenshot-tsx.png)