-
-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(utils): changed the default @include order for easier overrides
The new @include order from the main `@mixin react-md-utils` will make it so that styles can be overridden more easily by other packages or consumers of this library. I had just done alphabetical order before, but it makes more sense to order by feature set since the styles for this library should be last-import-preference order. i.e. import '~react-md/dist/react-md'; .my-class { // this should override any styles from react-md without !important // ... well, if they have the same selector precedence }
- Loading branch information
Showing
1 changed file
with
65 additions
and
67 deletions.
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