Skip to content

Commit b16daef

Browse files
committed
Updated image url
1 parent 7c925c6 commit b16daef

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

readme.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,22 @@ style.innerHTML = css;
3333

3434
## Developed as a helper tool for Web Components 👌🏻
3535

36-
This CLI tool was created to simplify web component development.
36+
This CLI tool was created to simplify web component development without the need for WebPack, Rollup and similar tools.
3737

3838
With IDE's like IntelliJ PHPStorm you can set up **File Watchers** to automatically compile
3939
**CSS** and **HTML** to usable TypeScript/JavaScript modules.
4040

41-
**Example:** Use **File Watchers** in **PHPStorm** to compile SCSS to CSS
41+
#### Example:
42+
Use **File Watchers** in **PHPStorm** to compile SCSS to CSS
4243
automatically on new changes. Then convert **CSS** with **Autoprefixer** and
4344
**CSS Optimizer** on external changes - and finally, compile the css-file to a TypeScript/JavaScript module that
4445
you can easily import into your web component file.
4546

46-
**PHPStorm File Watchers settings**
47+
So, now you can easily just change the SCSS file and it will automatically update the JS code after you saved the changes.
4748

48-
![PHPStorm File Watchers Example](https://https://github.com/rammewerk/csshtml-module/.github/readme/file-watcher-example.png?raw=true)
49+
#### PHPStorm File Watchers settings:
50+
51+
![PHPStorm File Watchers Example](https://github.com/rammewerk/csshtml-module/blob/main/.github/readme/file-watcher-example.png?raw=true)
4952

5053
## Usage
5154

0 commit comments

Comments
 (0)