Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add $font, $media and $other modifier support #21

Closed
ameshkov opened this issue Sep 7, 2015 · 0 comments
Closed

Add $font, $media and $other modifier support #21

ameshkov opened this issue Sep 7, 2015 · 0 comments
Assignees
Milestone

Comments

@ameshkov
Copy link
Member

ameshkov commented Sep 7, 2015

Also handle it in Filtering Log.

        {".mp4", ContentType.Media},
        {".flv", ContentType.Media},
        {".avi", ContentType.Media},
        {".m3u", ContentType.Media},
        {".webm", ContentType.Media},
        {".mpeg", ContentType.Media},
        {".3gp", ContentType.Media},
        {".3gpp", ContentType.Media},
        {".3g2", ContentType.Media},
        {".3gpp2", ContentType.Media},
        {".ogg", ContentType.Media},
        {".mov", ContentType.Media},
        {".qt", ContentType.Media},
        {".ttf", ContentType.Font},
        {".otf", ContentType.Font},
        {".woff", ContentType.Font},
        {".woff2", ContentType.Font},
        {".eot", ContentType.Font}
@ameshkov ameshkov added this to the 2.0.14 milestone Sep 7, 2015
@ameshkov ameshkov changed the title Add $font modifier support Add $font, $media and $other modifier support Sep 10, 2015
@ameshkov ameshkov modified the milestones: 2.0.15, 2.0.14 Sep 11, 2015
ameshkov added a commit that referenced this issue Sep 11, 2015
ameshkov added a commit that referenced this issue Sep 12, 2017
…o master

* commit 'ae1460b14197fa3eee5fcaff63194721fc363e74':
  #849
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants