Skip to content

Commit a9fa62c

Browse files
committed
upd readme
1 parent bd4d23c commit a9fa62c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Vite plugin for implicit usage of CSS modules inside of Vue SFC Pug templates
44

55
PICM = Pug Implicit CSS Modules
66

7-
This plugin is a port of original [vue-cli plugin](https://github.com/zeokku/vue-cli-plugin-pug-with-css-modules) with a bunch of additions and tweaks (eventually I'll add them for the original one as well)
7+
This plugin is a port of original vue-cli [plugin](https://github.com/zeokku/vue-cli-plugin-pug-with-css-modules) with a bunch of additions and tweaks (eventually I'll add them for the original one as well)
88

9-
Implicit usage of CSS modules means you may write your Pug templates as usual without having to type $style['...'] manually every time (see example below)
9+
Implicit usage of CSS modules means you may write your Pug templates as usual without having to type `$style['...']` manually every time (see example below)
1010

1111
## Installation
1212

@@ -91,7 +91,7 @@ The plugin processes pug and transforms class and id attributes to use $style an
9191

9292
## Edge cases
9393

94-
Sometimes it's needed to preserve id/class names. In this scenario use `--` as a prefix to preserve the name (Or you can select your own prefix using plugin options)
94+
Sometimes it's needed to preserve id/class names. In this scenario use `--` as a prefix to keep the name (Or you can select your own prefix using plugin options)
9595

9696
**ID Example:**
9797

0 commit comments

Comments
 (0)