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
- Host: GitHub
- URL: https://github.com/gflohr/prism-css-modules
- Owner: gflohr
- License: wtfpl
- Created: 2018-05-10T16:17:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T16:21:33.000Z (over 7 years ago)
- Last Synced: 2025-04-10T02:57:06.453Z (10 months ago)
- Topics: css-modules, prism, prismjs
- Language: JavaScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```