You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ Vite plugin for implicit usage of CSS modules inside of Vue SFC Pug templates
4
4
5
5
PICM = Pug Implicit CSS Modules
6
6
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)
8
8
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)
10
10
11
11
## Installation
12
12
@@ -91,7 +91,7 @@ The plugin processes pug and transforms class and id attributes to use $style an
91
91
92
92
## Edge cases
93
93
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)
0 commit comments