// CLI Version 1.0.2
// Component Version 1.0.0
.dry-currentexamplecomponent {
}
// ========================================
// Media Queries
// ========================================
// Adjusting desktop screens
@media (min-width: 1024px) {
}
// Adjusting  for tablet screens (between small tablets and desktops)
@media (max-width: 1023px) {
}
// Adjusting for smaller screens (small tablets and mobile)
@media (max-width: 768px) {
}
// Adjusting  for smaller screens (mobile)
@media (max-width: 480px) {
}
