@tef-novum/movistar-onesait-css
v1.0.8
Published
Mi Movistar CSS for Onesait iframe
Downloads
3
Maintainers
Keywords
Readme
:haircut: Usage
:white_check_mark: Requisites
- Install node.js (latest 10.x LTS version)
- Install yarn (latest stable version should be Ok)
- Execute
yarn
inside this directory
:computer: Run locally for development
- Open in your favourite browser
card-form.html
file - Run
yarn start
Whenever main.pcss
gets updated, the file dist/development.css
file change accordingly
NOTE Remember to refresh your browser tab with Cmd/Ctrl+R when editing main.pcss
:love_letter: Serve as static
- Run
yarn serve
This process will keep executing, serving both, development.css
and build.css
for testing purposes
:family: How to contribute?
Publishing
You can easily publish a new version executing:
npm version patch
npm login
npm publish --access public
NOTE You'll need access to @tef-novum
organization in order to publish this package, otherwise, the
above command will fail.