- Posts: 3957
What are the advantages of LESS CSS?
- ekatsa
- Topic Author
- Offline
- Admin
Less
More
3 weeks 9 hours ago #3149
by ekatsa
What are the advantages of LESS CSS? was created by ekatsa
What are the advantages of LESS CSS?
Please Log in to join the conversation.
- ekatsa
- Topic Author
- Offline
- Admin
Less
More
- Posts: 3957
3 weeks 9 hours ago - 3 weeks 9 hours ago #3150
by ekatsa
Replied by ekatsa on topic What are the advantages of LESS CSS?
- Less is a CSS preprocessor. After compilation, it generates simple CSS which works across the browsers.
- Less supports cross-browser compatibility.
- Less codes are simple, clean and well organized because the use of nesting.
- Maintenance in Less can be achieved faster because the use of variables.
- Less provides a list of operators which makes coding faster and time saving.
- Less facilitates you to reuse the whole classes easily by referencing them in your rule-set.
- Less is new and preferred over the conventional CSS because may ease the lengthy styling.
Last edit: 3 weeks 9 hours ago by ekatsa.
Please Log in to join the conversation.
Time to create page: 0.207 seconds