286 Commits

Author SHA1 Message Date
Adam Wathan
126803a6e9
Merge pull request #715 from tailwindcss/dependabot/npm_and_yarn/next/merge-1.2.1
[Security] Bump merge from 1.2.0 to 1.2.1
2019-03-05 08:20:46 -05:00
dependabot[bot]
7d4d5e9b00
Bump node-emoji from 1.8.1 to 1.10.0
Bumps [node-emoji](https://github.com/omnidan/node-emoji) from 1.8.1 to 1.10.0.
- [Release notes](https://github.com/omnidan/node-emoji/releases)
- [Commits](https://github.com/omnidan/node-emoji/compare/v1.8.1...v1.10.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-05 13:03:30 +00:00
dependabot[bot]
cf629b981e
[Security] Bump merge from 1.2.0 to 1.2.1
Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. **This update includes security fixes.**
- [Release notes](https://github.com/yeikos/js.merge/releases)
- [Commits](https://github.com/yeikos/js.merge/compare/v1.2.0...v1.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-05 13:03:24 +00:00
dependabot[bot]
255539379a
[Security] Bump handlebars from 4.0.11 to 4.1.0
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.1.0. **This update includes security fixes.**
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.11...v4.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-05 13:03:17 +00:00
Adam Wathan
c360c602f7 Clean up tmp directory contents automatically 2019-03-05 07:49:23 -05:00
Adam Wathan
2f79cab8fa Switch from css.escape to cssesc
This is what postcss-selector-parser uses internally, best to rely on the same escaping logic everywhere.
2019-02-27 13:53:28 -05:00
Adam Wathan
cdb3bfddfa Update postcss-selector-parser 2019-02-27 13:42:44 -05:00
Adam Wathan
32fd2151c8 Depend on normalize.css properly 2019-02-11 15:49:12 -05:00
Adam Wathan
f83ad51382 Update dependencies 2019-02-08 11:19:04 -05:00
Adam Wathan
49cbe268e5 Update PostCSS dependencies 2019-01-14 14:45:01 -05:00
Adam Wathan
e5fe1d1de5 Remove nsp since it's dead 2018-12-13 14:23:22 -05:00
Adam Wathan
46b4b4be83 Update autoprefixer 2018-11-05 08:04:31 -05:00
Adam Wathan
0ca7f7a69c Update jest 2018-11-01 21:33:09 -04:00
Adam Wathan
58f10b626b Update lockfile 2018-10-31 15:52:16 -04:00
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
Adam Wathan
0511767b5c Remove nodemon, add nsp check to test command 2018-03-29 12:03:45 -04: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
f4c905fcef Tweak Perfectionist configuration 2018-01-22 10:01:22 -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
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
b727450b83 Autoprefix dist files for browsers with >1% usage 2017-11-03 11:34:02 -04:00
Jonathan Reinink
05a172f80d Inline normalize.css 2017-10-30 14:06:27 -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
0a0dd2e8a4 Update lock file 2017-10-23 06:53:11 -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
1a62d231b9 Update lock files 2017-10-11 20:14:16 -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
David Hemphill
8863065b97 Rework Babel setup to be more node-y less browser-y 2017-09-09 10:23:53 -04:00
Adam Wathan
d1e6f472a7 Remove node_modules whoops 2017-08-01 10:19:43 -04:00
Adam Wathan
e4ba54923d Grim local dev setup 2017-08-01 10:14:29 -04:00