Skip to content

Commit

Permalink
npm update + project formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
untuned committed Sep 29, 2024
1 parent 700c767 commit 43a2642
Show file tree
Hide file tree
Showing 36 changed files with 390 additions and 980 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ Download the theme file from [our official support server](https://clearvision.g

Check out our replugged theme [here!](https://github.com/ClearVision/CV-Replugged)

**For using the theme online:**
**For using the theme online:**

There are multiple ways to do this if your client offers using an online version. The suggested two are `https://clearvision.github.io/ClearVision-v6/main.css` or `https://raw.githubusercontent.com/ClearVision/ClearVision-v6/master/ClearVision_v6.theme.css`
There are multiple ways to do this if your client offers using an online version. The suggested two are `https://clearvision.github.io/ClearVision-v6/main.css` or `https://raw.githubusercontent.com/ClearVision/ClearVision-v6/master/ClearVision_v6.theme.css`

For customizing the theme from there, you'll want to use custom css and add any variables you'd like to change. It should look something like this

```
:root {
--main-color: red;
--main-color: red;
--hover-color: yellow;
}
```


## Building from source

To build the theme from source, first install npm from the dependecies below, then you can run `npm install` to install all missing dependencies and `npm run build` to compile the theme into the `/public` folder.
Expand Down
8 changes: 4 additions & 4 deletions lib/selectors/selectorPlaceholders.scss
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
@extend %readyToBoostContainer !optional;
}
.tierPill_cf84f3 {
@extend %readyToBoostProgressPill !optional
@extend %readyToBoostProgressPill !optional;
}
.containerDefault_a08117 {
@extend %categoryContainerDefault !optional;
Expand Down Expand Up @@ -2686,7 +2686,7 @@ pre {
.searchBox_d83b4d {
@extend %discoverSearchBox !optional;
}
.searchBoxInput_d83b4d{
.searchBoxInput_d83b4d {
@extend %discoverSearchBoxInput !optional;
}
.searchIcon_d83b4d {
Expand Down Expand Up @@ -3085,7 +3085,7 @@ pre {
.hintValue_b0286e {
@extend %searchPopoutHintValue !optional;
}
.calendarPicker_be05cd {
.calendarPicker_be05cd {
@extend %calendarPicker !optional;
}
.react-datepicker {
Expand Down Expand Up @@ -5614,4 +5614,4 @@ pre {
}
.tile_b5b752 {
@extend %nitroTrial !optional;
}
}
1 change: 0 additions & 1 deletion main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,3 @@ $version: '6.9.0';

// FIXES
@import 'src/fixespt2';

Loading

0 comments on commit 43a2642

Please sign in to comment.