302 Commits

Author SHA1 Message Date
David Hemphill
9cfe3aa25d Add command to process with tailwind from file with custom json config 2017-08-27 23:07:55 -05:00
David Hemphill
dfdee29876 Disable nonexistent subtituteHoverableAtRules 2017-08-27 23:07:42 -05:00
Adam Wathan
4c2b0a6f69 Make text colors hoverable by default 2017-08-27 21:02:34 -04:00
Adam Wathan
b936532414 Make border colors hoverable by default 2017-08-27 21:01:08 -04:00
Adam Wathan
8163761b7d Make background colors hoverable by default 2017-08-27 20:59:20 -04:00
Adam Wathan
6f15be84f1 Add hoverable at rule to generate hover/focus versions of a set of rules 2017-08-27 20:59:08 -04:00
Adam Wathan
97b257e6f4 Make responsive at rule work on multiple selectors in a single rule 2017-08-27 20:58:35 -04:00
Adam Wathan
b89ad3c365 Delete dist folder for better looking PR lol 2017-08-27 18:53:57 -04:00
Adam Wathan
cd136e5e19 Remove ported less files 2017-08-27 18:51:34 -04:00
Adam Wathan
6f7a0766a2 Use rounded-pill instead of pill 2017-08-27 18:49:45 -04:00
Adam Wathan
1049500f8e Get docs build working 2017-08-27 18:42:10 -04:00
Adam Wathan
4cb05bf1be Fix renamed class reference 2017-08-27 18:26:51 -04:00
Adam Wathan
22f80419bd Working on getting docs to build 2017-08-27 18:19:04 -04:00
Adam Wathan
148dac12eb Add PostCSS spacing utilities 2017-08-27 18:03:01 -04:00
Adam Wathan
a2673b1793 Automatically escape non-standard characters in class selectors
Prevents end user from having to worry about escaping crap in their
config.
2017-08-27 18:03:01 -04:00
Adam Wathan
e9f2e98726 Add PostCSS sizing utilities 2017-08-27 18:03:01 -04:00
Adam Wathan
63d31def45 Remove image utilities entirely 2017-08-27 18:03:00 -04:00
Adam Wathan
4c562522d0 Add PostCSS wrap utilities
Renamed a bunch of these, totally up for discussing alternative naming
still.
2017-08-27 18:02:42 -04:00
Adam Wathan
989c68a01b Add PostCSS text style utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
a16ffbae70 Add PostCSS vertical align utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
1d9c36816f Add PostCSS text align utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
4251aa60de Add PostCSS tracking/letter-spacing utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
e88b07c712 Add PostCSS leading utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
f0dda61e76 Add PostCSS text color utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
c9e4652065 Add PostCSS font family utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
58d435ae82 Add PostCSS text weight utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
422cac0733 Add PostCSS text size utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
6967b54ef6 Add PostCSS display utilities 2017-08-27 18:02:42 -04:00
Adam Wathan
cef883b8a1 Remove unused imports 2017-08-27 18:02:41 -04:00
Adam Wathan
46493f0098 Add PostCSS border style utilities 2017-08-27 18:02:41 -04:00
Adam Wathan
c20d971bfa Add PostCSS rounded utilities
.pill is now .rounded-pill by default; we could bake this in as a
mandatory utility but using it as a modifier makes it easier for people
to exclude or change. Not opposed to hard-coding it though.
2017-08-27 18:02:41 -04:00
Adam Wathan
ccc9edf605 Add PostCSS overflow utilities 2017-08-27 18:02:41 -04:00
Adam Wathan
454be69804 Don't kebabCase property names
Because it breaks stuff sadly, like any vendor prefixed properties that
start with `-`.
2017-08-27 18:02:41 -04:00
Adam Wathan
7f506ff041 Refactor shadow generator to map object directly instead of converting to pairs 2017-08-27 18:02:41 -04:00
Adam Wathan
3b93b0e655 Add PostCSS position utilities 2017-08-27 18:02:41 -04:00
Adam Wathan
2759872ce0 Convert all property values to strings
Allows using unquoted numeric values. Tricky to test because only
breaks when trying to run the whole thing through cssnext in the full
chain. Will figure it out later :)
2017-08-27 18:02:41 -04:00
Adam Wathan
1c3e36a1df Add PostCSS constrain utilities 2017-08-27 18:02:41 -04:00
Adam Wathan
20eb5adb8f Fix grey scale color names 2017-08-27 18:02:41 -04:00
Adam Wathan
36b8878c14 Switch remaining modules to ES6 2017-08-27 18:02:41 -04:00
Adam Wathan
baeb02ebb7 Don't normalize color names on look up 2017-08-27 18:02:41 -04:00
Adam Wathan
000eefd609 Don't change case of class names
This is unfortunate but it totally fucks up things that have numbers in
them.
2017-08-27 18:02:41 -04:00
David Hemphill
e375d9caae Add a sublime project file to hide /lib from searches 2017-08-27 18:02:41 -04:00
David Hemphill
19068596f4 Add watch task 2017-08-27 18:02:41 -04:00
David Hemphill
ccbe282a76 speed up build using babel-node instead of manually babelifying 2017-08-27 18:02:41 -04:00
David Hemphill
3ceba8ef52 fix tests and switch them to es6 syntax 2017-08-27 18:02:41 -04:00
Adam Wathan
d2b2722b2e Simplify backgroundColor generator 2017-08-27 18:02:41 -04:00
Adam Wathan
7ae71315f9 Add PostCSS border color utilities 2017-08-27 18:02:41 -04:00
Adam Wathan
9d3f26a50e Hide more finished Less files 2017-08-27 18:02:41 -04:00
David Hemphill
2ef01837a9 Convert new stuff to use ES6 modules 2017-08-27 18:02:41 -04:00
Adam Wathan
c57b43a47d Add PostCSS border width utilities 2017-08-27 18:02:41 -04:00