M
M
maestro072017-06-05 09:03:51
css
maestro07, 2017-06-05 09:03:51

How to fix sass generation in css?

.s_tizers
  +linear-gradient(#c6d8ee, #e8eff7)
  color: $blue-color
  font-family: "CleanvertisingLight", sans-serif
    text-transform: uppercase
    padding: 35px 0 0

brought out like this
font-family: "CleanvertisingLight", sans-serif;
    font-family-text-transform: uppercase;
    font-family-padding: 35px 0 0;

why insert font-family?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Pushkarev, 2017-06-05
@maestro07

Remove tabs before text-transform and padding

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question