Can anyone suggest a well-crafted boilerplate .less file to kickstart a new project? I'm looking for a comprehensive .less file that includes:
- CSS Resets styles
- CSS Normalizer styles
- CSS3 Helpers (box radius, gradients, box shadow, transition)
- Basic Colors Setup
- Basic Styling for common UI elements like buttons, tables, inputs, typography, etc.
- Responsive images
I have limited control over the markup and need to customize classes that are already defined. Libraries like Bootstrap that rely on specific class definitions won't work for me. I'm hoping for a markup agnostic boilerplate .less file to provide a solid foundation.