-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix yfm transform null input problem and repair lint (#41)
* fix yfm transform null import problem and repair lint
- Loading branch information
1 parent
c17e323
commit bbcb107
Showing
10 changed files
with
40 additions
and
37 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ node_modules | |
/eslint-plugin-local | ||
/build | ||
/storybook-static | ||
/server |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ | |
|
||
# Build | ||
build/ | ||
server/ | ||
storybook-static/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,42 @@ | ||
# Лог изменений | ||
|
||
## 0.1.4 | ||
|
||
- Глобально определенные стили перенесены в компоненты | ||
|
||
## 0.1.1 | ||
|
||
- Исправлены отступы от картинки в cards-with-image | ||
|
||
## 0.1.0 | ||
|
||
- Добавлен блок с фото cards-with-image | ||
|
||
## 0.0.10 | ||
|
||
- Добавлены фиксы стилей темной темы баннера | ||
|
||
## 0.0.8 | ||
|
||
- Добавлены фиксы стилей yfm и обновления компонентов из cloud-www | ||
|
||
## 0.0.5 | ||
|
||
- Добавлен миксин для задания специфичности стилей. Пофикшены ошибки, | ||
связанные с порядком подключения стилей | ||
связанные с порядком подключения стилей | ||
|
||
## 0.0.4 | ||
|
||
- Поправлены отступы для вложенных сеток | ||
|
||
## 0.0.3 | ||
|
||
- Добавлено свойство колонки сетки, которое позволяет сбросить отступы | ||
|
||
## 0.0.2 | ||
|
||
- Добавлены переменные стилей для шрифтов. Поправлен класс компонента `PageConstructor` | ||
|
||
## 0.0.1 | ||
|
||
- Добавлена первая версия конструктора страниц |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,5 @@ | |
"compilerOptions": { | ||
"paths": {} | ||
}, | ||
"exclude": [ | ||
"src/stories", | ||
] | ||
"exclude": ["src/stories"] | ||
} |
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