Haven't found a use case for it yet.
If you've used it, please give me some examples of how you used it to solve a styling problem that otherwise would have been difficult or messy with other css rules.
Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development
Web development is the process of creating websites or web applications
Some webdev blogs
Not sure what to post in here? Want some web development related things to read?
Heres a couple blogs that have web development related content
Haven't found a use case for it yet.
If you've used it, please give me some examples of how you used it to solve a styling problem that otherwise would have been difficult or messy with other css rules.
It's been a while, so I'm not sure about the details, but I had some elements on our website that I wanted to show when our extension was installed, and hide if not. I think I used layers, and then had the extension move the layer priority order. Was a clean way to fence off the extension-specific code.
Why would I want to create an array called 'layer'?