Getting started:
Related tutorials:
- MySQL-CLI: https://www.youtube.com/playlist?list=PLfdtiltiRHWEw4-kRrh1ZZy_3OcQxTn7P
- Analyzing Business Metrics: https://www.codecademy.com/learn/sql-analyzing-business-metrics
| // Thanks http://philipnewcomer.net/2014/04/target-internet-explorer-10-11-css/ | |
| /* | |
| Usage: | |
| @include target-metro { | |
| color: cyan; | |
| } | |
| */ | |
| @mixin target-metro { | |
| @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { |
Getting started:
Related tutorials: