3.0.0 • Published 7 years ago

@resmio/rollico v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

rollico

resmio base styles

This is just a proof of concept to see how it could work.

The idea is to have two files here that we can publish in npm and import in our apps:

  • rollico.css contains our default styles for standard html elements (also includes normalizer.css)
  • variables.js extracted from rollico.css (or to be more exact from their source files) contains colors, spacing, typography... variables that we can reuse later in our components

We can later in our apps import 'rollico.css' and in our components just variables.js, we can also use rollico.css during components development to see wich css attributes we need to override locally in a component.

I'm just putting manually build files there to see if it works, but later we want to make this compile rollico.css from several files and auto extract the variable values into variables.js

-TO DO: Add note about npm install -g commitizen https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines

3.0.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago