Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

no classprefix in preview html element? #58

Open
packjs opened this issue Sep 29, 2018 · 0 comments
Open

no classprefix in preview html element? #58

packjs opened this issue Sep 29, 2018 · 0 comments

Comments

@packjs
Copy link

packjs commented Sep 29, 2018

<style>
.pa {
	line-height: 1;
}

.pa:before {
	font-family: blitrip !important;
	font-style: normal;
	font-weight: normal !important;
	vertical-align: top;
}
.pa-caret-right:before {
	content: "\f110";
}
</style>

	<div class="preview">
		<span class="preview__icon">
			<span class=" pa-caret-right"></span>
		</span>
		<span>caret-right</span>
	</div>

I want to <span class="pa pa-caret-right"></span>, this is right, but have no 'pa' in class.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant