This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> % vulcanize base.html | |
<!DOCTYPE html><html lang="en"><head> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body><div hidden="" by-vulcanize=""><a href="imports/sub-base/sub-base.html">Hello also from super base!</a> | |
<span href="imports/hello">From Sub-Base!</span> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sort-order": [ | |
"-webkit-animation", | |
"-moz-animation", | |
"-ms-animation", | |
"-o-animation", | |
"animation", | |
"-webkit-animation-delay", | |
"-moz-animation-delay", | |
"-ms-animation-delay", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* grunt-csscomb | |
* https://github.com/csscomb/grunt-csscomb | |
* | |
* Copyright (c) 2013 Koji Ishimoto, contributors | |
* Licensed under the MIT license. | |
*/ | |
'use strict'; | |
var path = require('path'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"custom_sort_order": true, | |
"sort_order": [ | |
[ | |
"display", | |
"float", | |
"position", | |
"clear", | |
"top", | |
"right", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.nani { | |
left: 0; | |
// csscomb: false | |
top: 0; | |
color: tomato; | |
//csscomb: true | |
z-index: 0; | |
position: fixed; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Процедура ОбработкаПолученияДанныхВыбора(ДанныеВыбора, Параметры, СтандартнаяОбработка) | |
Запрос = Новый Запрос; | |
Запрос.Текст = "ВЫБРАТЬ РАЗРЕШЕННЫЕ | |
| Товары.Ссылка как Товар | |
|ИЗ | |
| Справочник.Товары КАК Товары | |
|ГДЕ | |
| Товары.Наименование ПОДОБНО &Наименование"; | |
Запрос.УстановитьПараметр("Наименование", |