Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2019-04-18 22:17:28 +0300
committerAlan Orth <alan.orth@gmail.com>2019-04-18 22:17:28 +0300
commit974203f6eb9f065af11616c01e5d77d6bf48580e (patch)
tree82e3bcf1fc2c6b7de406b6dd3aba4d0d0af465b6 /package.json
parent90d1a79e0103acc48464eb56e9f88ba60cfa8cae (diff)
Use rtlcss to make styles appropriate for RTL languages
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index a3a3801..05b25c9 100644
--- a/package.json
+++ b/package.json
@@ -22,6 +22,7 @@
"clean-css-cli": "^4.3.0",
"cookieconsent": "3.0.4",
"font-awesome": "^4.7.0",
- "node-sass": "^4.11.0"
+ "node-sass": "^4.11.0",
+ "rtlcss": "^2.4.0"
}
}