@tef-novum/movistar-onesait-css-no-dark-mode
v1.0.0
Published
Mi Movistar CSS for Onesait iframe without dark mode support
Downloads
4
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
or runyarn startNoDarkMode
(for the pcss that does not allow dark mode)
Whenever main.pcss
or main-no-dark-mode.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.