These are my settings. Here is the error i am facing while compiling .less file.
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
- Issue with star rating css
You are incorrectly looking in
Project Strucutre
.The Project
Settings
is the icon to the left (spanner).Step 1: Install npm less module
Step 2: Install the less plugins in Intellij Idea
Step 3: Setup Less Profile
It'll auto-generate the CSS file as soon as any change is noticed in LESS if "
Compile Automatically on Save
" is used.