Search code examples
htmlcsscss-gridsubgrid

Does the concept of sub grids in CSS Grid level 2 work in browsers now?


I started learning about CSS grid layout for a presentation and came across CSS grid level 2 explained in this smashing magazine. From here I learned about the property sub grid. Following point has also been noted in this article.

Note: At the time of writing, none of the code below works in browsers. The aim here is to explain the syntax and concepts. The final specification is also likely to change from these details. For reference, I have written this article based on the Editor’s Draft available on June 23rd, 2018.

I tried searching about this topic, but failed to get proper descriptions regarding the same. Also, I couldn't find any forums to ask my doubt regarding this topic. Can anyone please help me know about this propertie's browser support? Can we start using this property?


Solution

  • You can have a look at the implementation status here: https://platform-status.mozilla.org/#css-subgrids

    Accordingly to the report, right now only Firefox is developing support of CSS Subgrids, although the specification is still in Working Draft.