-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
basic, undesigned support for multiple selectors in certain pseudo-se…
…lectors
- Loading branch information
1 parent
939f9d7
commit 55427f5
Showing
4 changed files
with
149 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
import { createApp } from 'vue' | ||
import CssSelectorBuilder from './CssSelectorBuilder.vue' | ||
import FormOperations from './components/FormOperations.vue' | ||
import FormOperationsArrays from './components/FormOperationsArrays.vue' | ||
import './index.css' | ||
import '@fontsource/inconsolata/400.css' | ||
import '@fontsource/inter/400.css' | ||
import '@fontsource/inter/700.css' | ||
|
||
createApp(CssSelectorBuilder) | ||
.component('FormOperations', FormOperations) | ||
.component('FormOperationsArrays', FormOperationsArrays) | ||
.mount('#app') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters