mdb-ui-kit/docs/getting-started/best-practices.md
FezVrasta 2944488029 renaming of the project
Replaced Material Design for Bootstrap with Bootstrap Material Design everywhere in the project/
2016-08-01 14:17:55 +02:00

17 lines
636 B
Markdown

---
layout: docs
title: Best practices
group: getting-started
---
We've designed and developed Bootstrap Material Design to work in a number of environments. Here are some of the best practices we've gathered from years of working on and using it ourselves.
{% callout info %}
**Heads up!** This copy is a work in progress.
{% endcallout %}
## SASS
### Avoid vendor prefixes
Bootstrap Material Design uses Autoprefixer (included in our gulpfile and build process) to automatically add vendor prefixes to some CSS properties at build time. Doing so saves us time and code by allowing us to write key parts of our CSS a single time.