From 2c2cbf2d79ad6b7ae4f501707a75b3a477da0d55 Mon Sep 17 00:00:00 2001 From: reverend Date: Sat, 2 Jan 2021 20:27:47 +0100 Subject: [PATCH] Playground for stylus --- .../playground/playground.config.json | 1 + .../10_Examples/playground/playground.hbs | 9 +++ components/_preview.hbs | 5 ++ components/playground.styl | 75 +++++++++++++++++++ package.json | 12 +-- public/playground.css | 73 ++++++++++++++++++ 6 files changed, 170 insertions(+), 5 deletions(-) create mode 100644 components/10_Examples/playground/playground.config.json create mode 100644 components/10_Examples/playground/playground.hbs create mode 100644 components/playground.styl create mode 100644 public/playground.css diff --git a/components/10_Examples/playground/playground.config.json b/components/10_Examples/playground/playground.config.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/components/10_Examples/playground/playground.config.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/components/10_Examples/playground/playground.hbs b/components/10_Examples/playground/playground.hbs new file mode 100644 index 0000000..528898b --- /dev/null +++ b/components/10_Examples/playground/playground.hbs @@ -0,0 +1,9 @@ +

Red

+

button

+

css combo

+

mixin combo

+ +

field

+
+

wurst field

+
\ No newline at end of file diff --git a/components/_preview.hbs b/components/_preview.hbs index 7925099..8070e2e 100644 --- a/components/_preview.hbs +++ b/components/_preview.hbs @@ -3,15 +3,20 @@ + Preview