communitypackages:unstyled
Meteor sign up and sign in templates (and much more!) unstyled.
This package depends on communitypackages:core
Bring Your Own CSS
Adding this package with meteor add communitypackages:unstyled does not add any css/less/sass rules but for the colors for social login buttons. This is to let you write your own ones!
Writing Custom CSS Rules
Please have a look here to discover more about templates structure and find out how to write your own css rules.
Contributing
Anyone is welcome to contribute. Fork, make your changes, and then submit a pull request.
Thanks to all those who have contributed code changes to this package as well as to the core package and all who have helped by submitting bug reports and feature ideas.
Changelog
2.0.0
- Renamed package from
useraccounts:unstyledtocommunitypackages:unstyled - Added compatibility with Meteor 2.16 and 3.x
- Updated dependency from
useraccounts:coretocommunitypackages:core@2.0.1 - Updated weak dependency from
useraccounts:flow-routingtocommunitypackages:flow-routing@2.0.0 - Modernized package API (
Package.onUse,api.addFiles) - Replaced
underscoredependency with native JavaScript - Replaced deprecated
Template.renderedwithTemplate.onRendered - Added tests for template, helper, and event registration