Skip to content

Commit 6f30b85

Browse files
committed
Release beta1
1 parent 593bb02 commit 6f30b85

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Fernando Averanga
3+
Copyright (c) 2018 Fernando Javier Averanga Aruquipa
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# custom-properties-generated
1+
# css-colorvars
22

33
## Project setup
44
```

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "custom-properties-generated",
2+
"name": "css-colorvars",
33
"version": "0.1.0",
44
"license": "MIT",
55
"private": true,

public/favicon.ico

22.4 KB
Binary file not shown.

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
88
<link href="https://fonts.googleapis.com/css?family=Roboto:100:300,400,500,700,900|Lato:400,400i,700|Material+Icons" rel="stylesheet">
9-
<title>Custom Properties Generator | The solution for color gradients using custom CSS properties.</title>
10-
<meta description="The solution for color gradients using custom CSS properties.">
9+
<title>CSS ColorVars | The solution for color gradients using CSS custom properties.</title>
10+
<meta description="The solution for color gradients using CSS custom properties.">
1111
</head>
1212
<body>
1313
<noscript>

src/components/NdsPallete.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
</v-toolbar>
6666
</v-list>
6767
</div>
68-
<div class="toolbar--end l-block">
68+
<!-- <div class="toolbar--end l-block">
6969
<v-divider></v-divider>
7070
<v-list class="pt-0" dense>
7171
<v-list-tile
@@ -82,7 +82,7 @@
8282
</v-list-tile-content>
8383
</v-list-tile>
8484
</v-list>
85-
</div>
85+
</div> -->
8686
</v-navigation-drawer>
8787
</template>
8888
<script>

0 commit comments

Comments
 (0)