Skip to content

Commit d9e7375

Browse files
added: bianco.css
1 parent a25c8f3 commit d9e7375

File tree

5 files changed

+790
-11
lines changed

5 files changed

+790
-11
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jspm_packages
3838

3939
# generated files
4040
index.js
41+
42+
# useless files
43+
.DS_Store

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Logo bianco](logo-bianco.png)
22

3-
-
3+
---
44
[![Build Status][travis-image]][travis-url]
55
[![NPM version][npm-version-image]][npm-url]
66
[![NPM downloads][npm-downloads-image]][npm-url]

index.next.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@ export {
1212
once as onceEvent
1313
} from 'bianco.events'
1414

15+
// css helpers
16+
export {
17+
get as getCss,
18+
set as setCss,
19+
remove as removeCss
20+
} from 'bianco.css'
21+
1522
// image helpers
1623
export {
1724
loadImage,
18-
loadImages,
19-
loadImagesGen
25+
loadImages
2026
} from 'bianco.images-loader'
2127

2228
// attributes helpers

0 commit comments

Comments
 (0)