Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SXT: Use Tailwind setup #1330

Merged
merged 1 commit into from
Nov 15, 2020
Merged

SXT: Use Tailwind setup #1330

merged 1 commit into from
Nov 15, 2020

Conversation

michalsanger
Copy link
Contributor

This is a fundamental rework of SX Tailwind. Previously the styles definitions for SX were generated from a Tailwind CSS file, now it's generated from the same data the Tailwind itself is generated.

It opens the way for a full support of customisation and simpler upgrade when a new version of Tailwind is released.

Copy link
Member

@mrtnzlml mrtnzlml left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a quick read. 🏃

});

it('skips empty media queries', () => {
it('skips empty media queries', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is testing keyframes, but the it text says media queries

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renamed to "skips unsupported at-rules"

This is a fundamental rework of SX Tailwind. Previously the styles definitions for SX were generated from a Tailwind CSS file, now it's generated from the same data the Tailwind itself  is generated.

It opens the way for a full support of customisation and simpler upgrade when a new version of Tailwind is released.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants