Skip to content

Commit

Permalink
Release beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
nandes2062 committed Nov 30, 2018
1 parent 593bb02 commit 6f30b85
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Fernando Averanga
Copyright (c) 2018 Fernando Javier Averanga Aruquipa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# custom-properties-generated
# css-colorvars

## Project setup
```
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "custom-properties-generated",
"name": "css-colorvars",
"version": "0.1.0",
"license": "MIT",
"private": true,
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:100:300,400,500,700,900|Lato:400,400i,700|Material+Icons" rel="stylesheet">
<title>Custom Properties Generator | The solution for color gradients using custom CSS properties.</title>
<meta description="The solution for color gradients using custom CSS properties.">
<title>CSS ColorVars | The solution for color gradients using CSS custom properties.</title>
<meta description="The solution for color gradients using CSS custom properties.">
</head>
<body>
<noscript>
Expand Down
4 changes: 2 additions & 2 deletions src/components/NdsPallete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</v-toolbar>
</v-list>
</div>
<div class="toolbar--end l-block">
<!-- <div class="toolbar--end l-block">
<v-divider></v-divider>
<v-list class="pt-0" dense>
<v-list-tile
Expand All @@ -82,7 +82,7 @@
</v-list-tile-content>
</v-list-tile>
</v-list>
</div>
</div> -->
</v-navigation-drawer>
</template>
<script>
Expand Down

0 comments on commit 6f30b85

Please sign in to comment.