-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from textlint/update
Update website
- Loading branch information
Showing
47 changed files
with
3,385 additions
and
1,579 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"presets": ["es2015"], | ||
"presets": ["env"], | ||
"plugins": [ | ||
["transform-react-jsx", {"pragma": "element"}] | ||
] | ||
} | ||
} |
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 |
---|---|---|
|
@@ -9,4 +9,4 @@ code { | |
color: #c7254e; | ||
background-color: #f9f2f4; | ||
border-radius: 4px; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -16,4 +16,4 @@ p { | |
ul { | ||
margin: 0; | ||
padding: auto 0; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
|
||
.AddTextlintRule input { | ||
margin: 0 0.2rem; | ||
} | ||
} |
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,5 +1,6 @@ | ||
@import "../color.css"; | ||
|
||
html, body { | ||
html, | ||
body { | ||
background-color: var(--BackgroundColor); | ||
} | ||
} |
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,7 +1,8 @@ | ||
.DisabledTextlintRuleListBox, .DisabledTextlintRuleList { | ||
.DisabledTextlintRuleListBox, | ||
.DisabledTextlintRuleList { | ||
margin: 0; | ||
} | ||
|
||
.DisabledTextlintRuleList { | ||
padding-left: 32px; | ||
} | ||
} |
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,7 +1,8 @@ | ||
.EnabledTextlintRuleListBox, .EnabledTextlintRuleList { | ||
.EnabledTextlintRuleListBox, | ||
.EnabledTextlintRuleList { | ||
margin: 0; | ||
} | ||
|
||
.EnabledTextlintRuleList { | ||
padding-left: 32px; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -12,4 +12,4 @@ | |
|
||
.Footer-list-item a { | ||
color: var(--MenuLinkColor); | ||
} | ||
} |
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 |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
.TextLintRuleListItem p { | ||
padding: 0; | ||
margin: 0; | ||
} | ||
} |
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,3 +1,3 @@ | ||
.TextlintRuleListSet { | ||
margin: 0.5rem 0; | ||
} | ||
} |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.header-has-icon:before { | ||
content:""; | ||
content: ""; | ||
background: url("../img/textlint-icon_black-white-128x128.png") no-repeat left center; | ||
background-size: 0.8em; | ||
padding-right: 1em; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -7,4 +7,4 @@ | |
:root { | ||
--right-end-padding: 1.5rem; | ||
--left-start-padding: 1.5rem; | ||
} | ||
} |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.u-inline-icon { | ||
display: inline !important; | ||
height: 1em !important; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -19,43 +19,66 @@ | |
"test": "test" | ||
}, | ||
"scripts": { | ||
"start": "npm-run-all clean --parallel watch:css server", | ||
"build:css": "suitcss --import-root css/ css/index.css bundle/build.css", | ||
"build:js": "webpack -p", | ||
"build": "npm-run-all --parallel build:*", | ||
"watch:css": "suitcss --watch --import-root css/ css/index.css bundle/build.css", | ||
"watch:css": "suitcss --watch --import-root css/ css/index.css public/build/build.css", | ||
"watch:js": "webpack -d --watch", | ||
"watch": "npm-run-all --parallel watch:*", | ||
"deploy": "gh-pages -b master -d ./ --repo [email protected]:textlint/textlint.github.io.git" | ||
"deploy": "gh-pages -b master -d ./public --repo [email protected]:textlint/textlint.github.io.git", | ||
"server": "cross-env NODE_ENV=development webpack-dev-server --hot --content-base ./public --open", | ||
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", | ||
"precommit": "lint-staged", | ||
"postcommit": "git reset", | ||
"clean": "rimraf public/build/" | ||
}, | ||
"dependencies": { | ||
"camelcase": "^2.0.1", | ||
"codemirror": "^5.10.0", | ||
"codemirror-textlint": "^1.0.1", | ||
"decca": "^2.0.1", | ||
"@textlint/kernel": "^2.0.3", | ||
"camelcase": "^4.1.0", | ||
"codemirror": "^5.33.0", | ||
"decca": "^2.3.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
"lodash.debounce": "^4.0.0", | ||
"redux": "^3.0.5", | ||
"redux-logger": "^2.3.1", | ||
"textlint": "^7.2.2", | ||
"redux": "^3.7.2", | ||
"redux-logger": "^3.0.6", | ||
"textlint-message-to-codemirror": "^1.0.0", | ||
"textlint-plugin-markdown": "^4.0.4", | ||
"textlint-rule-alex": "^1.0.1", | ||
"textlint-rule-no-todo": "^1.0.3", | ||
"textlint-rule-no-todo": "^2.0.0", | ||
"textlint-rule-rousseau": "^1.3.2", | ||
"textlint-rule-sjsj": "^1.0.5", | ||
"textlint-rule-unexpanded-acronym": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"babel-loader": "^6.2.1", | ||
"babel-plugin-transform-react-jsx": "^6.3.13", | ||
"babel-preset-es2015": "^6.3.13", | ||
"css-loader": "0.26.1", | ||
"gh-pages": "0.12.0", | ||
"json-loader": "^0.5.4", | ||
"npm-run-all": "4.0.1", | ||
"babel-core": "^6.26.0", | ||
"babel-loader": "^7.1.2", | ||
"babel-plugin-transform-react-jsx": "^6.24.1", | ||
"babel-preset-env": "^1.6.1", | ||
"cross-env": "^5.1.3", | ||
"css-loader": "0.28.8", | ||
"gh-pages": "1.1.0", | ||
"husky": "^0.14.3", | ||
"lint-staged": "^6.0.0", | ||
"npm-run-all": "4.1.2", | ||
"prettier": "^1.10.2", | ||
"rimraf": "^2.6.2", | ||
"shebang-loader": "^0.0.1", | ||
"style-loader": "^0.13.0", | ||
"suitcss-preprocessor": "3.0.1", | ||
"suitcss-utils": "2.0.0", | ||
"webpack": "^2.2.0" | ||
"style-loader": "^0.19.1", | ||
"suitcss-preprocessor": "4.0.0", | ||
"suitcss-utils": "3.0.0", | ||
"webpack": "^3.10.0", | ||
"webpack-dev-server": "^2.10.1" | ||
}, | ||
"prettier": { | ||
"singleQuote": false, | ||
"printWidth": 120, | ||
"tabWidth": 4 | ||
}, | ||
"lint-staged": { | ||
"*.{js,jsx,ts,tsx,css}": [ | ||
"prettier --write", | ||
"git add" | ||
] | ||
} | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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
Oops, something went wrong.