Notifications
Clear all
Topic starter 16/10/2024 7:50 pm
What are the disadvantages of LESS CSS?
Topic starter 16/10/2024 7:51 pm
- You must have to spend some time to learn Less if you are new to CSS preprocessing.
- Less provides fewer frameworks as compared to older preprocessor like SASS which contains frameworks like Compass, Gravity and Susy.
- In Less, there is a tight coupling between modules so it takes more effort to reuse and/or test dependent modules.
[justify]from the article[/justify]