From f7948e19de584175da92c0bb81bfef57d2dc9298 Mon Sep 17 00:00:00 2001 From: Gareth Joyce Date: Thu, 15 Dec 2016 13:46:03 +0000 Subject: [PATCH] Close #165 --- pattern/utility/list/1-inline.php | 12 ++++++++++++ pattern/utility/list/2-ordered.php | 12 ++++++++++++ pattern/utility/list/3-unordered.php | 12 ++++++++++++ pattern/utility/list/4-unstyled.php | 12 ++++++++++++ src/scss/_var.scss | 15 ++++++++------- 5 files changed, 56 insertions(+), 7 deletions(-) create mode 100644 pattern/utility/list/1-inline.php create mode 100644 pattern/utility/list/2-ordered.php create mode 100644 pattern/utility/list/3-unordered.php create mode 100644 pattern/utility/list/4-unstyled.php diff --git a/pattern/utility/list/1-inline.php b/pattern/utility/list/1-inline.php new file mode 100644 index 00000000..c25f7d60 --- /dev/null +++ b/pattern/utility/list/1-inline.php @@ -0,0 +1,12 @@ + + + \ No newline at end of file diff --git a/pattern/utility/list/2-ordered.php b/pattern/utility/list/2-ordered.php new file mode 100644 index 00000000..111efe0f --- /dev/null +++ b/pattern/utility/list/2-ordered.php @@ -0,0 +1,12 @@ + + + \ No newline at end of file diff --git a/pattern/utility/list/3-unordered.php b/pattern/utility/list/3-unordered.php new file mode 100644 index 00000000..2691d657 --- /dev/null +++ b/pattern/utility/list/3-unordered.php @@ -0,0 +1,12 @@ + + +
    +
  1. Item 1
  2. +
  3. Item 2
  4. +
  5. Item 3
  6. +
  7. Item 4
  8. +
  9. Item 5
  10. +
\ No newline at end of file diff --git a/pattern/utility/list/4-unstyled.php b/pattern/utility/list/4-unstyled.php new file mode 100644 index 00000000..a9f81cd2 --- /dev/null +++ b/pattern/utility/list/4-unstyled.php @@ -0,0 +1,12 @@ + + +
    +
  1. Item 1
  2. +
  3. Item 2
  4. +
  5. Item 3
  6. +
  7. Item 4
  8. +
  9. Item 5
  10. +
\ No newline at end of file diff --git a/src/scss/_var.scss b/src/scss/_var.scss index 55ad7316..9362db55 100644 --- a/src/scss/_var.scss +++ b/src/scss/_var.scss @@ -3,13 +3,14 @@ // ============================================= $colors: ( - primary: ( - pink : DeepPink - ), - - secondary: ( - purple : RebeccaPurple - ), + +// primary: ( +// pink : DeepPink +// ), +// +// secondary: ( +// purple : RebeccaPurple +// ), neutral: ( black : #000,