CSS in style.css

This commit is contained in:
Julien Bisconti
2018-06-09 19:51:40 +02:00
parent dc7efb19f6
commit c7b93e9431
10 changed files with 35247 additions and 575 deletions

View File

@@ -8,8 +8,7 @@
"convert": "showdown makehtml -i README.md -o README.html --omitExtraWLInCodeBlocks --simplifiedAutoLink --excludeTrailingPunctuationFromURLs --literalMidWordUnderscores --strikethrough --tables --tablesHeaderId --ghCodeBlocks --tasklists --disableForced4SpacesIndentedSublists --simpleLineBreaks --requireSpaceBeforeHeadingText --ghCompatibleHeaderId --ghMentions --backslashEscapesHTMLTags --emoji --splitAdjacentBlockquotes",
"package": "parcel build index.html --public-url /awesome-docker",
"fetchdata": "node fetchRepos.js",
"table": "node convertRepos.js",
"update-repos": "node fetchRepos.js && node convertRepos.js"
"table": "node buildTable.js"
},
"repository": {
"type": "git",