-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: add new css parser - postcss #1458
Merged
Merged
Changes from 7 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
a04450a
feat: add new css parser
daibhin f3fa193
make selectors change
daibhin 28b19d7
selectors and tests
daibhin 692899d
media changes
daibhin d82f6f8
remove old css references
daibhin fe24180
better variable name
daibhin b91f030
use postcss and port tests
daibhin ef35af7
fix media test
daibhin 9b10e29
remove old code
daibhin 5b23dde
inline plugins
daibhin b011a3e
fix failing multiline selector
daibhin bd8bb5e
correct test result
daibhin 77fa5cb
move tests to correct file
daibhin 77cd5e4
cleanup all tests
daibhin 4a48247
remove unused css-tree
daibhin 796e723
update bundle
daibhin 75fd312
cleanup dependencies
daibhin d22b001
Merge branch 'master' into fix/css-selectors
daibhin 48d0f06
revert config files to master
daibhin 43cdf3b
Merge branch 'master' into fix/css-selectors
daibhin 1cc4a45
remove d.ts files
daibhin a17801e
Merge branch 'master' into fix/css-selectors
daibhin 3663005
Merge branch 'master' into fix/css-selectors
daibhin 360dad8
update snapshot
daibhin 36dfd60
reset rebuilt test
daibhin 794b9ff
apply fuzzy css matching
daibhin e8a0bc2
Merge branch 'master' into fix/css-selectors
daibhin 40e26ad
Merge branch 'master' into fix/css-selectors
daibhin 35952fe
remove extra test
daibhin 600f9cf
Merge branch 'master' into fix/css-selectors
Juice10 2872d0e
Fix imports
Juice10 c7153b7
Newer versions of nswapi break rrdom-nodejs tests.
Juice10 9df9946
Migrate from jest to vitest
Juice10 8f3ba8b
Order of selectors has changed with postcss
Juice10 cdede94
Remove unused eslint
Juice10 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should probably be
13
?