22 Commits

Author SHA1 Message Date
Adam Wathan
1a2383e612 Add colors and hover utilities 2017-08-18 10:09:24 -04:00
Adam Wathan
bf12f68673 Add rounded border generators 2017-08-14 19:55:17 -04:00
Adam Wathan
c6e93a05f6 Merge pull request #64 from adamwathan/tracking
Add basic tracking utilities
2017-08-08 15:09:10 -04:00
Adam Wathan
7d8559b8fd Add shadow utilities 2017-08-06 08:13:33 -04:00
Adam Wathan
ecd66cd2a6 Move responsive mixins; support disabling responsiveness 2017-08-06 07:56:53 -04:00
Adam Wathan
9f987a168f Add basic tracking utilities 2017-08-05 20:47:43 -04:00
Adam Wathan
b9612fbb74 Add leading generator 2017-08-04 14:35:12 -04:00
Adam Wathan
6cf851f139 Add width/height sizing utilities 2017-08-04 12:42:00 -04:00
Adam Wathan
d0e782c877 Merge pull request #53 from adamwathan/spacing-parameterized
Refactor spacing generators to take screens as a parameter
2017-08-04 11:23:16 -04:00
Adam Wathan
e5ec718e13 Merge pull request #52 from adamwathan/border-width-generator
Generate border widths instead of hard-coding
2017-08-04 11:23:10 -04:00
Adam Wathan
6ac139b1c0 Refactor spacing generators to take screens as a parameter
Makes it easier to disable responsiveness per helper and just makes the
code easier to reason about since it's localized.
2017-08-04 11:16:55 -04:00
Adam Wathan
b054dbd835 Generate border widths instead of hard-coding
Sadly we are forced to expose a global @default-border-color variable
but what can you do. Trying to match against the border-colors scale
was too insane; I either polluted the scope and broke a bunch of other
utilities or I made the border width utilities non-mix-in-able which is
also grim af.
2017-08-04 10:57:20 -04:00
Adam Wathan
60da4d9b2f Import grid generator 2017-08-04 09:20:15 -04:00
Adam Wathan
d7a0db958f Rename define-selector to define-class, extract to file 2017-08-04 09:17:22 -04:00
Adam Wathan
250600eae8 Rename class-variants generator file 2017-08-03 15:42:56 -04:00
Adam Wathan
669ec1b558 Working on moving things to generic generators 2017-08-03 15:42:46 -04:00
Adam Wathan
2906194cf5 Add constrain generators 2017-08-03 10:42:58 -04:00
Adam Wathan
858242392b Fix bug in apply-match 2017-08-03 10:35:34 -04:00
Adam Wathan
1b4630c74b Extract spacer generators, use parameter instead of global var 2017-08-02 18:52:06 -04:00
Adam Wathan
a812d9649a Solve generated mixin bug by adding quotes 🙌🏻 2017-08-02 10:04:32 -04:00
Adam Wathan
06360a8094 More generator work
About to go down dark path of parameterized mixins.
2017-08-02 08:51:24 -04:00
Adam Wathan
5319c64822 Start extracting generators 2017-08-01 18:59:26 -04:00