Highlights
- Arctic Code Vault Contributor
- Developer Program Member
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,110 contributions in the last year
Contribution activity
October 2020
- adamwathan/gatsby-tailwind-purge-issue JavaScript
- adamwathan/postcss8-tailwind JavaScript
- adamwathan/postcss-normalize-bug CSS
Created a pull request in tailwindlabs/tailwindcss that received 3 comments
Remove IE11 compatibility code and `target` feature
This PR (targeting v2.0) drops any deliberate compatibility with IE11. Anyone who still needs IE11 support can use v1.x, which is still awesome (an…
- Promote experimental and future features to default/stable (attempt #2)
- Promote experimental and future features to default/stable
- Drop support for Node.js 8 and 10, require 12.13
- Change special keyword 'default' to 'DEFAULT', make negative prefixes work across all plugins
- Remove `scrolling-touch/auto` utilities
- Switch from normalize.css to modern-normalize
- Move truncate to textOverflow
- Merge plugins when resolving config
- Don't import corePlugins in resolveConfig
- Support closures for colors in all circumstances
- Rename max-content and min-content to max and min in experimental spacing scale
- Add new utilities for `grid-auto-columns` and `grid-auto-rows`
- Support disabling dark mode globally
- Add `xl`, `2xl`, and `3xl` border radius values
- Add smaller rotate and skew values
- Set color opacity variable when colors are defined as functions
- Add extendedColorPalette experiment
- radial-gradient support
- Grid System?
- css transform: translateX(-100%); in tailwind?
- Gradients & SVG Icons?
- resolveConfig not respecting PurgeCSS rules
- Simple components have disappeared from the TailwindCSS website?
- CSS Overrides for different Themes
- Creating a sharable config
- How should I access a specific utility to render the class name?
- New CSS Grid classes: `col-span-full` and `row-span-full`