contao/official-demo

responsive breakpoint styles??

Closed this issue · 2 comments

maybe it is better for maintaining to set the breakpoint-styles also in the component-file

For example _slider.scss contains @media (){
.slider{}
}

so the media declaration is douple but the overview is better I think.

What do you think @samuelll, @may17

may17 commented

Perhaps its better :) We talked a lot about this topic and decided to create just one media query file. I think its easier for beginners to have just one place for media queries.

ok I understand this.