From d20771eb0f46c32b83005f28e2c93356fc814a18 Mon Sep 17 00:00:00 2001 From: Kognise Date: Wed, 11 Dec 2019 03:30:11 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request configures this repository to be run on Repl.it. It adds a `.replit` configuration file and a Repl.it badge to the `README`. You can read more about running repos on Repl.it [here](https://docs.repl.it/repls/dot-replit), or view the Repl [here](https://repl.it/@Kognise/devicescss). --- .replit | 2 ++ README.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..08864ab --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "yarn run gulp watch" diff --git a/README.md b/README.md index 53635f5..165fd78 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,10 @@ You can add any screenshot or video with the `device-content` class. The resolut You can custom Devices.css by modifing SASS `.scss` files located in `src` folder. +[![Run on Repl.it](https://repl.it/badge/github/picturepan2/devices.css)](https://repl.it/github/picturepan2/devices.css) + ## Browser support + Devices.css uses [Autoprefixer](https://github.com/postcss/autoprefixer) to make most styles compatible with earlier browsers. For best compatibility, these browsers are recommended: - Chrome (LAST 4)