This file contains hidden or 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
| .b-toy | |
| //- структурно верно, но скорее всего гораздо гибче использовать универсальный блок title с модификатором | |
| //- только b- не обязательно | |
| .b-toy--title.b-toy-title | |
| .b-toy-title--text.toy-title(data-js-toy-title) | |
| //- не думаю что рекомендованный возраст должен быть частью тайтла, но это спорный вопрос | |
| .b-toy-title--recommended_age | |
| span(data-js-toy-recommended_age) | |
| |+ | |
| //- норм |
This file contains hidden or 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
| "use strict" | |
| const glob = require('glob'); | |
| const path = require('path'); | |
| const fs = require('fs'); | |
| glob('app/scripts/view/**/*.coffee', function (err, files) { | |
| files = files | |
| .filter(f=> f.match(/\/(\w+)\/\1/i)) | |
| .map(path.parse) | |
| .forEach(f=>{ |
This file contains hidden or 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
| diff --git a/lib/decls.json b/lib/decls.json | |
| index e21a575..914fa3d 100644 | |
| --- a/lib/decls.json | |
| +++ b/lib/decls.json | |
| @@ -40,7 +40,7 @@ | |
| {"prop": "border-width", "initial": "medium"}, | |
| {"prop": "border-color", "initial": "currentColor"}, | |
| {"prop": "border-bottom", "initial": "0"}, | |
| - {"prop": "border-bottom-color", "initial": "inherit"}, | |
| + {"prop": "border-bottom-color", "initial": "currentColor"}, |
OlderNewer