sabberworm / PHP-CSS-Parser

A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS

Home Page:http://www.sabberworm.com/blog/2010/6/10/php-css-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for grid line names

raxbg opened this issue · comments

These rule values are wrapped in [] which is currently not supported.
Example:

grid-template-columns: [linename1] 100px [linename2 linename3];

MDN Doc: https://developer.mozilla.org/en-US/docs/Web/CSS/grid-template-columns

Released with 8.2.0