N
N
newbee0072014-12-03 15:22:29
css
newbee007, 2014-12-03 15:22:29

sublime text. All Emmet vendor prefixes do not work. Where can this be configured?

lg(top,lightblue,blue)
gives
background-image: -webkit-linear-gradient(lightblue, blue);
background-image: -o-linear-gradient(lightblue, blue);
background-image: linear-gradient(lightblue, blue);
Skipping ms etc.
-lg(...)
doesn't help.
Is this configurable in Emmet? Or is it easier with another plugin?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
ModestesGonze, 2014-12-03
@ModestesGonze

Since when did background-image have a -ms- prefix ? And Emmett has nothing to do with it.
Install the Autoprefixer plugin as Anton suggested, it takes all the current prefixes from the caniuse.com site , as you can see, there is no -ms- for IE . Although I suspect that you already have this plugin.

N
newbee007, 2014-12-03
@newbee007

За Autoprefixer и объяснение его связь с caniuse - спасибо. Он как раз хорошо настраиваем.
P.S. Вроде, для подержки очень старых версий список вроде может быть больше.
-ms- Microsoft
mso- Microsoft Office
-moz- Mozilla Foundation (Gecko-based browsers)
-o-, -xv- Opera Software
-atsc- Advanced Television Standards Committee
-wap- The WAP Forum
-webkit- Safari, Chrome (and other WebKit-based browsers)
-khtml- Konqueror browser
-apple- Webkit supports properties using the -apple- prefixes as well
prince- YesLogic
-ah- Antenna House
-hp- Hewlett Packard
-ro- Real Objects
-rim- Research In Motion
-tc- Tall Components
source

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question