Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Angular pseudo class support

Latest
Compare
Choose a tag to compare
@yannickl88 yannickl88 released this 28 Jun 09:11
· 3 commits to master since this release

With this release there is no Angular pseudo class support within the colon sniffer. This is not enabled by default but needs to be configured as such:

<?xml version="1.0"?>
<csssniffer>
    <sniff class="\Hostnet\Component\CssSniff\Sniff\ColonSniff">
        <arg>css,less,angular</arg>
    </sniff>
</csssniffer>