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

https://github.com/gflohr/prism-css-modules

Show how to use PrismJS with css-modules
https://github.com/gflohr/prism-css-modules

css-modules prism prismjs

Last synced: 5 months ago
JSON representation

Show how to use PrismJS with css-modules

Awesome Lists containing this project

README

          

# Prism-CSS-Modules

Show how to use PrismJS with css-modules. This includes display of
line numbers.

## Usage

With NPM:

```shell
$ npm install
$ npm start
```

With Yarn:

```shell
$ yarn install
$ yarn start
```