Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
Add RTL support (#65)
Browse files Browse the repository at this point in the history
* add rtl support by installing rtlcss

* revert function spacing

* --amend
  • Loading branch information
senadir authored and pattonwebz committed Sep 17, 2019
1 parent 1cd704a commit fa5550b
Show file tree
Hide file tree
Showing 4 changed files with 3,995 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
/vendor

.phpcs.xml
phpcs.xml
/node_modules
137 changes: 137 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions package.json
@@ -0,0 +1,33 @@
{
"name": "twentytwenty",
"version": "1.0.0",
"description": "Default WP Theme",
"repository": {
"type": "git",
"url": "git+https://github.com/wordpress/twentytwenty.git"
},
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/wordpress/twentytwenty/issues"
},
"homepage": "https://github.com/wordpress/twentytwenty#readme",
"devDependencies": {
"rtlcss": "^2.4.0"
},
"rtlcssConfig": {
"options": {
"autoRename": false,
"autoRenameStrict": false,
"blacklist": {},
"clean": true,
"greedy": false,
"processUrls": false,
"stringMap": []
},
"plugins": [],
"map": false
},
"scripts": {
"build:rtl": "rtlcss style.css style-rtl.css"
}
}

0 comments on commit fa5550b

Please sign in to comment.