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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json
new file mode 100644
index 0000000..f61f030
--- /dev/null
+++ b/test/tests.json
@@ -0,0 +1,42 @@
+[
+ {
+ "id": "test-1",
+ "name": "Default build"
+ },
+ {
+ "id": "test-2",
+ "name": "Disable responsive font size"
+ },
+ {
+ "id": "test-3",
+ "name": "Disabled class"
+ },
+ {
+ "id": "test-4",
+ "name": "Enable class"
+ },
+ {
+ "id": "test-5",
+ "name": "Change breakpoint unit to em"
+ },
+ {
+ "id": "test-6",
+ "name": "Change base font size"
+ },
+ {
+ "id": "test-7",
+ "name": "Change font size unit"
+ },
+ {
+ "id": "test-8",
+ "name": "Enable two dimensional"
+ },
+ {
+ "id": "test-9",
+ "name": "Go loco with the config"
+ },
+ {
+ "id": "test-10",
+ "name": "Include mixins multiple times"
+ }
+]