Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
RobertBoes
/
tailwindcss
Public
forked from
tailwindlabs/tailwindcss
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
tailwindcss
__tests__
on
master
User selector
All users
All time
Commit history
Commits on Sep 2, 2020
Purge `layers` by default, deprecate `conservative` mode (#2288)
Show description for d44e75f
adamwathan
authored
d44e75f
View commit details
Copy full SHA for d44e75f
View code at this point
Browse repository at this point
Don't associate custom CSS with a layer by default
adamwathan
committed
956133a
View commit details
Copy full SHA for 956133a
View code at this point
Browse repository at this point
Commits on Sep 1, 2020
Preserve HTML elements by default when purging unused styles (#2283)
adamwathan
authored
aae71c5
View commit details
Copy full SHA for aae71c5
View code at this point
Browse repository at this point
Add dark mode variant (#2279)
Show description for 5701d78
adamwathan
authored
5701d78
View commit details
Copy full SHA for 5701d78
View code at this point
Browse repository at this point
Commits on Aug 31, 2020
fix typo (#2276)
Show description for 455b561
pkboom
authored
455b561
View commit details
Copy full SHA for 455b561
View code at this point
Browse repository at this point
Commits on Aug 28, 2020
use explicit .then and .catch instead of .finally for node 8.x
RobinMalfait
committed
ce75f65
View commit details
Copy full SHA for ce75f65
View code at this point
Browse repository at this point
suppress console.warn logs in tests
Show description for 62eaac4
RobinMalfait
authored and
adamwathan
committed
62eaac4
View commit details
Copy full SHA for 62eaac4
View code at this point
Browse repository at this point
Add test for applying hover class with !important
adamwathan
committed
5974f24
View commit details
Copy full SHA for 5974f24
View code at this point
Browse repository at this point
Commits on Aug 22, 2020
Merge pull request #2225 from tailwindlabs/add-postcss-init-option
Show description for ed3edf9
adamwathan
authored
ed3edf9
View commit details
Copy full SHA for ed3edf9
View code at this point
Browse repository at this point
Merge pull request #2211 from tailwindlabs/apply-to-rule-with-multiple-selectors
Show description for 634a0e6
adamwathan
authored
634a0e6
View commit details
Copy full SHA for 634a0e6
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
add tailwind -p init option to generate a postcss file
RobinMalfait
committed
939346d
View commit details
Copy full SHA for 939346d
View code at this point
Browse repository at this point
Merge pull request #2224 from tailwindlabs/fix-multiline-apply
Show description for c79b0b9
RobinMalfait
authored
c79b0b9
View commit details
Copy full SHA for c79b0b9
View code at this point
Browse repository at this point
ensure we expect the correct amount of assertions
Show description for f15cace
RobinMalfait
committed
f15cace
View commit details
Copy full SHA for f15cace
View code at this point
Browse repository at this point
split @apply values by spaces, tabs and newlines
Show description for 3bf6348
RobinMalfait
committed
3bf6348
View commit details
Copy full SHA for 3bf6348
View code at this point
Browse repository at this point
Commits on Aug 20, 2020
Fix issue where couldn't apply variant classes to rule with multiple selectors
adamwathan
committed
86288cd
View commit details
Copy full SHA for 86288cd
View code at this point
Browse repository at this point
Add test coverage for purging with important string
adamwathan
committed
2903811
View commit details
Copy full SHA for 2903811
View code at this point
Browse repository at this point
Add bg-none utility
adamwathan
committed
2f7daa6
View commit details
Copy full SHA for 2f7daa6
View code at this point
Browse repository at this point
Commits on Aug 19, 2020
Pass opacityValue to gradient colors for transparency support, do not pass opacityVariable since unused
adamwathan
committed
a7e19ca
View commit details
Copy full SHA for a7e19ca
View code at this point
Browse repository at this point
Merge branch 'fix/color-object-closures' of git://github.com/innocenzi/tailwindcss into innocenzi-fix/color-object-closures
adamwathan
committed
28930f4
View commit details
Copy full SHA for 28930f4
View code at this point
Browse repository at this point
Optimize rebuilds in long-running processes
adamwathan
committed
ef149cf
View commit details
Copy full SHA for ef149cf
View code at this point
Browse repository at this point
Commits on Aug 18, 2020
test(gradientColorStops): ensure opacity variables are generated
innocenzi
committed
f6fc963
View commit details
Copy full SHA for f6fc963
View code at this point
Browse repository at this point
Add responsive divide style utilities
adamwathan
committed
6230cc3
View commit details
Copy full SHA for 6230cc3
View code at this point
Browse repository at this point
Fix issue where motion variants incorrectly stack with group-hover variants
adamwathan
committed
fdf4689
View commit details
Copy full SHA for fdf4689
View code at this point
Browse repository at this point
Update flagged fixture
adamwathan
committed
053ab65
View commit details
Copy full SHA for 053ab65
View code at this point
Browse repository at this point
Merge pull request #2176 from tailwindlabs/gradients
Show description for 7945f0f
adamwathan
authored
7945f0f
View commit details
Copy full SHA for 7945f0f
View code at this point
Browse repository at this point
Merge pull request #1965 from juno-w/master
Show description for 1d2dd1a
adamwathan
authored
1d2dd1a
View commit details
Copy full SHA for 1d2dd1a
View code at this point
Browse repository at this point
Commits on Aug 17, 2020
Rename mid color stop to via
adamwathan
committed
926b6b1
View commit details
Copy full SHA for 926b6b1
View code at this point
Browse repository at this point
Add "to" to gradient background class names
adamwathan
committed
18873e8
View commit details
Copy full SHA for 18873e8
View code at this point
Browse repository at this point
Improve API, support auto-transparent to, rename gradientColor plugin
adamwathan
committed
8d87445
View commit details
Copy full SHA for 8d87445
View code at this point
Browse repository at this point
Commits on Aug 16, 2020
Add support for background images and 2/3-color-stop gradients
adamwathan
committed
7fb5d4a
View commit details
Copy full SHA for 7fb5d4a
View code at this point
Browse repository at this point
Commits on Aug 15, 2020
Don't include vendor prefix for background-clip: text
Show description for 488c0e3
adamwathan
committed
488c0e3
View commit details
Copy full SHA for 488c0e3
View code at this point
Browse repository at this point
Add background-clip utilities
adamwathan
committed
5b82b6f
View commit details
Copy full SHA for 5b82b6f
View code at this point
Browse repository at this point
Merge branch 'apply-complex-classes'
adamwathan
committed
8a066c2
View commit details
Copy full SHA for 8a066c2
View code at this point
Browse repository at this point
Only include contents class in modern builds, update fixtures
adamwathan
committed
cebed0e
View commit details
Copy full SHA for cebed0e
View code at this point
Browse repository at this point
Merge pull request #1676 from innocenzi/color-closure
Show description for 7371ea9
adamwathan
authored
7371ea9
View commit details
Copy full SHA for 7371ea9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.