Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nicothin authored Feb 2, 2018
1 parent 62808ea commit 1e21888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ <h3>Примеси</h3>
</ul>
</li>
<li>Делайте примеси как можно проще.</li>
<li>Используйте <a href="https://github.com/twbs/bootstrap/tree/master/less/mixins">уже готовые</a> <a href="https://github.com/zurb/foundation-sites/blob/develop/scss/util/_mixins.scss">наборы</a> <a href="https://github.com/nicothin/NTH-start-project/tree/master/src/less/mixins">примесей</a>.</li>
<li>Используйте <a href="https://github.com/twbs/bootstrap/tree/master/less/mixins">уже готовые</a> <a href="https://github.com/zurb/foundation-sites/blob/develop/scss/util/_mixins.scss">наборы</a> <a href="https://github.com/nicothin/NTH-start-project/blob/master/src/scss/mixins/grid-mixins.scss">примесей</a>.</li>
<li>Не передавайте в примеси наборы правил (для «оборачивания» их в <code>@media</code>).</li>
<li>(LESS) При вызове примеси всегда пишите скобки.</li>
</ul>
Expand Down

0 comments on commit 1e21888

Please sign in to comment.