Skip to content

Instantly share code, notes, and snippets.

View varya's full-sized avatar
🏠
Working from home

Varya Stepanova varya

🏠
Working from home
View GitHub Profile
.head
{
border: lightblue 3px solid;
}
({
block: 'b-page',
title: 'index',
head: [
{ elem: 'css', url: '_index.css', ie: false},
{ elem: 'css', url: '_index.ie.css', ie: true },
{ block: 'i-jquery', elem: 'core'},
{ elem: 'js', url:'_index.js'},
],
content: [
block goods {
tag: 'ul'
content: {
var content = [];
this.ctx.goods.forEach(function(item){
content.push({
block goods {
tag: 'ul'
content: {
var content = [];
this.ctx.goods.forEach(function(item){
content.push({
({
shouldDeps: [
{ block: 'b-link' }
]
})
{
elem: 'price',
content: {
block: 'b-link',
mix: [{ block: 'goods', elem: 'link' }],
url: item.url,
content: item.price
}
}
block goods {
tag: 'ul'
content: {
var content = [];
this.ctx.goods.forEach(function(item){
var mods = {};
.goods
{
margin: 20px 0;
padding: 0;
list-style: none;
text-align: justify;
}
.goods__item
.goods
{
text-justify: distribute-all-lines;
}
.goods__item
{
display: inline;
zoom: 1;
/*global MAKE:true */
"use strict";
//process.env.YENV = 'production';
MAKE.decl('Arch', {
blocksLevelsRegexp: /^.+?\.blocks/,