Skip to content

Importing individual "Native Styles" #129

Discussion options

You must be logged in to vote

Oops, it looks like this slipped through the cracks, sorry about that! We'll try to get the docs in the next release.

Until then, it's basically [cdn URL]/dist/styles/native/[filename].css and you can see the available filenames in https://early.webawesome.com/[email protected]/dist/styles/native.css :

@import url('native/base.css');
@import url('native/content.css');
@import url('native/code.css');
@import url('native/forms.css');
@import url('native/button.css');
@import url('native/callout.css');
@import url('native/checkbox.css');
@import url('native/color-picker.css');
@import url('native/input.css');
@import url('native/details.css');
@import url('native/tables.css'); /* <---…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by david-athena
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants