1
1
mirror of https://github.com/primer/css.git synced 2024-09-21 13:51:52 +03:00
css/modules/primer-truncate/.postcss.json

7 lines
180 B
JSON
Raw Normal View History

2017-05-11 07:56:23 +03:00
{
"use": ["autoprefixer"],
"autoprefixer": {
"browsers": "> 5%, last 2 firefox versions, last 2 chrome versions, last 2 safari versions, last 2 edge versions, ie 11"
}
}