Skip to content

Commit

Permalink
chore: rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist authored Jan 20, 2021
1 parent f7a1367 commit 0e4c2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Compile the blocks in Vue single-file components to JS/CSS from Babel/Sass/Stylu

We want to publish `.vue` files instead of transformed `.js` files on npm because the `.vue` file is preferred in some scenarioes, e.g. `vue-server-renderer` can inline critical CSS from `<style>` blocks.

And we use this library to compile the blocks in `.vue` files to use standard languages so that you can use languages like Sass and your users don't have to install `node-sass` and `sass-loader` just for using your components.
This tool will transform each block in the `.vue` file to their standard conterparts like `sass` -> `css` so your users don't have to install additional libraries to compile it.


## Install
Expand Down

0 comments on commit 0e4c2c9

Please sign in to comment.