67 Commits

Author SHA1 Message Date
Adam Wathan
c14076742b 0.6.1 2018-06-22 07:53:23 -04:00
Adam Wathan
e8ca4d0be8 0.6.0 2018-06-21 12:03:27 -04:00
Adam Wathan
1ed3f51b72
Merge pull request #469 from niallobrien/patch-1
Adds a style field to point to the compiled css
2018-06-15 22:24:01 +09:30
Adam Wathan
1de2a24eb3 Switch to more robust existing CSS escaping library 2018-06-04 09:14:38 -04:00
Adam Wathan
70eac95c51 Update dependencies 2018-05-25 08:15:27 -04:00
Niall O'Brien
e338ca8189
Updates package.json to add a style field 2018-05-17 18:17:03 +01:00
Adam Wathan
01104b64bb 0.5.3 2018-05-07 14:36:29 -04:00
Adam Wathan
64d3cf5e2a 0.5.2 2018-03-29 12:11:25 -04:00
Adam Wathan
0511767b5c Remove nodemon, add nsp check to test command 2018-03-29 12:03:45 -04:00
Adam Wathan
e1f3286141 0.5.1 2018-03-13 17:11:39 -04:00
Adam Wathan
c32519d9e1 0.5.0 2018-03-13 16:13:16 -04:00
Adam Wathan
c3f021a0c9 Prefix all classes in a selector, don't assume single class 2018-03-07 09:37:01 -05:00
Adam Wathan
bc05473b37 Add dependencies, fix warnings 2018-03-07 09:37:01 -05:00
Adam Wathan
6450748351 WIP 2018-03-07 09:37:01 -05:00
Adam Wathan
f00e1df92b 0.4.3 2018-03-05 10:32:15 -05:00
Adam Wathan
c8fbeab115 0.4.2 2018-03-01 08:48:19 -05:00
Adam Wathan
f87c930ff6 0.4.1 2018-01-22 10:09:12 -05:00
Keith Damiani
4a74f31c33 Replace stylefmt dev-dependency with perfectionist 2018-01-18 22:56:58 -05:00
Adam Wathan
c3a389fa38 Move mousetrap to dev dependencies 2018-01-08 09:03:29 -05:00
Adam Wathan
0972b08855 0.4.0 2017-12-15 10:31:23 -05:00
Adam Wathan
0eb520927a Use Mousetrap lib for keyboard shortcuts for hopefully better handling of international keyboards 2017-12-02 15:51:59 -05:00
Adam Wathan
7a0a0a8bd7 0.3.0 2017-12-01 09:57:04 -05:00
Adam Wathan
d28aa3c73a Don't try to run JS files in fixtures folder as tests 2017-11-24 12:38:53 -05:00
Adam Wathan
37b06c8dc9 Generate focus variants as separate declarations 2017-11-22 15:52:32 -05:00
Adam Wathan
65319df7ca v0.2.2 2017-11-19 12:22:17 -05:00
Adam Wathan
6ccac3d54e 0.2.1 2017-11-18 10:52:08 -05:00
Adam Wathan
be3f9d3850 0.2.0 2017-11-17 16:04:53 -05:00
Adam Wathan
6bc3b0a9dd 0.1.6 2017-11-09 09:28:43 -05:00
Adam Wathan
30e57119a6 0.1.5 2017-11-08 08:36:56 -05:00
David Hemphill
9dbf5881cd fix eslint issues 2017-11-06 15:00:55 -05:00
David Hemphill
ec607968cf Add ESLinting and Prettier formatting and run an initial format on the codebase 2017-11-06 15:00:00 -05:00
Adam Wathan
7b5c4412e8 0.1.4 2017-11-06 11:44:43 -05:00
Adam Wathan
b727450b83 Autoprefix dist files for browsers with >1% usage 2017-11-03 11:34:02 -04:00
Adam Wathan
1e207cfd7f Build dist assets on prepare
Removes the separate build command and just always builds our dist
files on `npm run prepare`. This makes sure we never accidentally
publish a release that doesn't have up to date dist files for CDNs like
unpkg and jsdelivr.
2017-11-03 10:18:58 -04:00
Adam Wathan
bab25dc8b8 0.1.3 2017-11-02 14:13:59 -04:00
Adam Wathan
0b9594f70d 0.1.2 2017-11-01 18:03:04 -04:00
Adam Wathan
2f8d461d83 Target node 6.9.0
Target the previous Node LTS instead of "whatever version of Node Adam
is running today." 🤦🏻‍♂️
2017-11-01 18:01:29 -04:00
Adam Wathan
8e752f8e3a 0.1.1 2017-11-01 15:18:27 -04:00
Adam Wathan
688d6fabaa Update package.json 2017-10-31 22:21:12 -04:00
Jonathan Reinink
05a172f80d Inline normalize.css 2017-10-30 14:06:27 -04:00
Adam Wathan
782598319a Comment out requiring defaultConfig inside itself
Uncomment on init
2017-10-26 12:06:10 -04:00
Jonathan Reinink
e06e758312 Update the doc's Tailwind config to use the new config format
Also had to create a self referencing package dependency so that the require('tailwindcss') call in the default config would work.
2017-10-26 10:18:07 -04:00
Adam Wathan
bee38a2994 Always babelify before building dist 2017-10-24 07:42:56 -04:00
Adam Wathan
7601b5564a Allow optional destination for init command, prevent overriding existing files 2017-10-24 07:39:09 -04:00
Adam Wathan
8e1fcd7262 Generate minified file on build
Useful for checking gzip size and making sure we are still reasonable.
Currently at 19.6kb 🤙🏻
2017-10-19 12:00:14 -04:00
Adam Wathan
cd41069cba Extract reset to separate file, inline SUIT CSS Base, rename @tailwind at-rules 2017-10-11 09:35:04 -04:00
Adam Wathan
ba04169e4e Add support for "tailwind" function to look up config values 2017-10-09 10:42:19 -04:00
Adam Wathan
1da5eb4d4c Add @tailwind-reset rule
...with basic reset support.

Might want to rename the rule because of that annoying Less issue where
it fails without any parameters, like `@tailwind reset` or something.
Super G and inconsistent with `@tailwind-utilities all` though. Who
knows.
2017-10-07 17:59:28 -04:00
Adam Wathan
6c6675051d Remove unused postcss-prettify plugin 2017-10-07 16:30:20 -04:00
Adam Wathan
082fd3a389 Remove dependency on CSSNext 2017-10-06 15:31:45 -04:00