where to place media queries?
Permalink
Hello:)
Where to place media queries?
I made a my-custom-design.less file for my custom css classes(used in media-q)
It's called in main.less like this
div.ccm-page {
@import filepath/my-custom-design.less
}
Should I place my media queries in my-custom-design.less or place them
at end of main.less file?
Does it matter where I place them?
ps I have tried them in different places and they work regardless, but I would like to know the right place to put them
low tech
Where to place media queries?
I made a my-custom-design.less file for my custom css classes(used in media-q)
It's called in main.less like this
div.ccm-page {
@import filepath/my-custom-design.less
}
Should I place my media queries in my-custom-design.less or place them
at end of main.less file?
Does it matter where I place them?
ps I have tried them in different places and they work regardless, but I would like to know the right place to put them
low tech
Some people put all styles in one .less file and some split them into many files.