A
A
Andrey Frolov2017-03-18 14:44:05
css
Andrey Frolov, 2017-03-18 14:44:05

How to set tab indents in Koala, and what are *.css.map files created for?

I decided to find out what kind of beast this is, this sass . I
took Koala as a compiler for windows (so that there would be less fuss and extra files, but with wider functionality (Sass Build in sublime is not particularly configured)
And there were questions: how to set indents, what in css files were tabs, not two spaces, and why are *.css.map files created?
And is there an option built right into sublim text 3, with parameter settings and autocompilation on save?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey delphinpro, 2017-03-18
@delphinpro

And the questions arose: how to set indents, what were tabs in css, and not two spaces, and why are *.css.map files created?

What for? You will be working with sass files. And css generally needs to be compressed, removing all unnecessary characters from them. It should look like this 20170318-161817.png
. And maps are needed so that in the browser you can see the location of the style in the source scss file, and not in css
20170318-162206.png

S
Stalker_RED, 2018-01-10
@draaax

php.net/manual/en/function.array-keys.php

$keys = array_keys($test);
var_export($keys);

And don't even ask why.
Well then, don't be offended if it turns out that I didn't guess, and array_keys() doesn't suit you. There are other ways, but I'm not going to copy the entire manual here .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question