Skip to content

wanlixi/vscode-cssrem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

vscode-cssrem

A vscode editor's CSS to REM plug-in

The results are as follows:

I always want to transfer from sublime to vscode, and I have changed several times in the middle. Later, it is because some convenient plug-ins cssrem or functions fail to find good solutions on vscode.

For example, although the vscode has a plug-in on the top of the cow, there is one of the biggest drawbacks:

div { font-size: .4rem }

When you come back to adjust the time, you have forgotten how many PX set up at that time, and the hard to open the UE file to see?

solution:

windows OS

         C:\Users\Administractor.vscode\extensions\cipchk.cssrem-0.0.3\out\src\process.js

Mac OS

   打开命令行工具 输入 cd .vscode/extensions/cipchk.cssrem-0.0.3/out/src/ 找到 process.js文件替换          \Users\xxxx.vscode\extensions\cipchk.cssrem-0.0.3\out\src\process.js

Replace this file

Releases

No releases published

Packages

No packages published