Merge pull request #15 from CartoDB/14-namespace
Add namespace to folders
This commit is contained in:
commit
53b170f595
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cartoassets",
|
"name": "cartoassets",
|
||||||
"description": "Share frontend assets between different CartoDB repositories",
|
"description": "Share frontend assets between different CartoDB repositories",
|
||||||
"version": "0.1.14",
|
"version": "0.1.15",
|
||||||
"homepage": "https://github.com/cartodb/CartoAssets",
|
"homepage": "https://github.com/cartodb/CartoAssets",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "xavijam",
|
"name": "xavijam",
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -15,7 +15,7 @@
|
|||||||
```
|
```
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import '../variables/colors';
|
@import '../cdb-variables/colors';
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
width: 120px;
|
width: 120px;
|
@ -12,7 +12,7 @@ There is only one state 'is-visible', in order to make it visible.
|
|||||||
```
|
```
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import '../utilities/mixins';
|
@import '../cdb-utilities/mixins';
|
||||||
|
|
||||||
.CDB-Loader {
|
.CDB-Loader {
|
||||||
@include css3-prefix(animation, loader-progress 1000ms linear 1);
|
@include css3-prefix(animation, loader-progress 1000ms linear 1);
|
@ -12,7 +12,7 @@ You may resize and change the colors of the icons with the `glyph-`-classes. Ava
|
|||||||
```
|
```
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import '../utilities/mixins';
|
@import '../cdb-utilities/mixins';
|
||||||
|
|
||||||
.CDB-Shape-dot {
|
.CDB-Shape-dot {
|
||||||
display: inline-block;
|
display: inline-block;
|
@ -14,7 +14,7 @@
|
|||||||
```
|
```
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import '../variables/sizes';
|
@import '../cdb-variables/sizes';
|
||||||
|
|
||||||
.Text {
|
.Text {
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
Loading…
Reference in New Issue
Block a user