L
L
lonata2018-02-09 22:59:38
Sublime Text
lonata, 2018-02-09 22:59:38

How to fix the incorrect work of your snippet in sublime text 3?

I create my snippet in sublime text 3. When I type webkit on the keyboard, the following text should appear:
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
in an unsaved document, this works, but in a saved styles.css file, this command does not work. How can it be solved? Why is this happening?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Volkov, 2018-02-13
@AronTito

webkit - probably already written in css syntax. There is exactly this command -webkit+Tab
Try to correct the call name
my-webkit in your snippet

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question