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

Add @composes rule support #635

Merged
merged 7 commits into from Jul 6, 2019
Merged

Add @composes rule support #635

merged 7 commits into from Jul 6, 2019

Conversation

tivac
Copy link
Owner

@tivac tivac commented Jul 4, 2019

Description

Implementing the idea from #633, but renamed to @composes because it's a concept already prevalent in modular-css so it seems like a good fit.

Motivation and Context

Fixes #633, which also explains why this is probably a good idea. It could be a terrible plan too, I dunno!

How Has This Been Tested?

Added tests & ensured code coverage looked good. I'm sure this first pass is missing featured but I'll get it there once I start using it for real.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@tivac tivac changed the title Add @composes rule Add @composes support Jul 4, 2019
@codecov
Copy link

codecov bot commented Jul 4, 2019

Codecov Report

Merging #635 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #635      +/-   ##
==========================================
+ Coverage      99%   99.02%   +0.01%     
==========================================
  Files          48       49       +1     
  Lines        1209     1230      +21     
  Branches      184      187       +3     
==========================================
+ Hits         1197     1218      +21     
  Misses         12       12
Impacted Files Coverage Δ
packages/processor/plugins/composition.js 100% <100%> (ø) ⬆️
packages/processor/processor.js 100% <100%> (ø) ⬆️
packages/processor/plugins/graph-nodes.js 100% <100%> (ø) ⬆️
packages/processor/plugins/at-composes.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f6fb0d...98c5580. Read the comment docs.

@tivac tivac changed the title Add @composes support Add @composes rule support Jul 4, 2019
@TravisBuddy
Copy link

Hey @tivac,
Something went wrong with the build.

TravisCI finished with status errored, which means the build failed because of something unrelated to the tests, such as a problem with a dependency or the build process itself.

View build log

TravisBuddy Request Identifier: 54ac9690-9e2b-11e9-80b6-37a8a59c6ad9

@tivac tivac merged commit 27d696a into master Jul 6, 2019
@tivac tivac deleted the composes-at-rule branch July 6, 2019 21:17
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.

RFC: @inherits for easier composition of multiple styles
2 participants