Emmanuel b7eccee437 Navbar | 5 years ago | |
---|---|---|
.. | ||
misc | 5 years ago | |
previewer-src | 5 years ago | |
src | 5 years ago | |
README.md | 5 years ago | |
gulpfile.js | 5 years ago | |
package.json | 5 years ago | |
patterns.yaml | 5 years ago | |
stylelint.config.js | 5 years ago | |
yarn.lock | 5 years ago |
Onsen CSS Components is CSS components for Cordova Apps.
This CSS components is built by PostCSS + cssnext. You can build with following commands.
$ yarn install --pure-lockfile
$ yarn run build
Execute the following command.
$ yarn install --pure-lockfile
$ yarn run serve
When you open http://localhost:4321/
in the browser, a preview of the CSS components is displayed.
When you edit the cssnext files under the src
directory, the cssnext files is automatically built into the CSS and the browser is reloaded. The built CSS file is located in ./build/onsen-css-components.css
.
To customize theme colors, you can edit ./src/theme.css
. This file contains CSS variables for the theme colors.
If you want to customize components’ details, you can edit ./src/components/*.css
. These files contain actual rules for all CSS components. But these files may be changed significantly by minor version release.