UI Deploy

Curated, Short, Web UI Dev we Love.

How to Use a CSS Preprocessor to Avoid UI Inconsistencies

Inconsistencies in UI design can be quite bothersome to users. The problem can stem from CSS inconsistencies. By using a CSS Preprocessor like LESS, you can create mixins for components that generate needed styles.

This process will create UI components that have a much stronger tendency to stay consistent as an application is developed.

view source

Advertisement